added hid device hidd_isr callback

refractor keyboard dev demo app
This commit is contained in:
hathach
2013-11-06 19:55:48 +07:00
parent 60d444b452
commit 9171d106bc
7 changed files with 189 additions and 29 deletions
+2 -2
View File
@@ -95,10 +95,10 @@
#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE 64
//------------- CLASS -------------//
#define TUSB_CFG_DEVICE_HID_KEYBOARD 0
#define TUSB_CFG_DEVICE_HID_KEYBOARD 1
#define TUSB_CFG_DEVICE_HID_MOUSE 0
#define TUSB_CFG_DEVICE_HID_GENERIC 0
#define TUSB_CFG_DEVICE_MSC 1
#define TUSB_CFG_DEVICE_MSC 0
#define TUSB_CFG_DEVICE_CDC 0
//--------------------------------------------------------------------+