Question
Looking for USB HID project example that receives command from PC then display LED?
Posted on October 11, 2016 at 00:55
I am looking for an USB HID example that the firmware would receives for example a command from the PC then based on the input command, would display a few LED.
Currently there are a few examples from STM but it seems like only a one way communication in which the mouse would SendReport() in a while() loop. But I am looking for an example in which the firmware would receive various commands from the PC then based on that, decides what to do in a 2-way communication. Thanks.