暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

usb_hid.h 112B

12345678910
  1. /*
  2. * usb_hid.h
  3. */
  4. #ifndef __USB_HID_H__
  5. #define __USB_HID_H__
  6. void hid_task(void);
  7. #endif // __USB_HID_H__