add stm32 hid demos and remove cdc demo to example

This commit is contained in:
HaiMianBBao
2021-11-20 10:46:16 +08:00
committed by sakimisu
parent 04079a4189
commit 0dd6ce2b62
9 changed files with 1587 additions and 248 deletions

View File

@@ -0,0 +1,14 @@
/*!< Use macros to select the examples to test */
/*!< cdc */
//#define USB_CDC
/*!< hid keyboard */
#define USB_HID_KEYBOARD
/*!< hid mouse */
//#define USB_HID_MOUSE
/*!< hid custom */
//#define USB_HID_CUSTOM