2021-10-15 20:54:47 +00:00
|
|
|
#ifndef __USBD_HID_CUSTOM_IF_H
|
|
|
|
#define __USBD_HID_CUSTOM_IF_H
|
|
|
|
|
|
|
|
void HID_Custom_Init();
|
|
|
|
void HID_Custom_DeInit();
|
|
|
|
|
2021-10-28 18:16:54 +00:00
|
|
|
void HID_Custom_sendReport(uint8_t* report, uint16_t len);
|
2021-10-15 20:54:47 +00:00
|
|
|
|
|
|
|
#endif
|