This is a simple Generic HID demo, which is more or less compatible with the USB HID PnP demo example from the Microchip Applications Library, so that the PC application from that package can be used with our firmware as well (after two small modification). The differences: 1. We use 12 bit ADC resolution (instead of 10 bit) 2. We use Vid=0x0483, Pid=0x5750 which are the official STM32 Custom Human Interface Device identifiers from ST Microelectronics.

Dependencies:   USBDevice mbed

History

Few typos were corrected default tip

23 months ago, by cspista [Tue, 20 Sep 2022 05:57:25 +0000] rev 1

Few typos were corrected


Final version

2022-06-16, by cspista [Thu, 16 Jun 2022 12:51:10 +0000] rev 0

Final version