You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opentrackpadcontroller/include/usbd_hid_custom_if.h

10 lines
181 B
C

#ifndef __USBD_HID_CUSTOM_IF_H
#define __USBD_HID_CUSTOM_IF_H
void HID_Custom_Init();
void HID_Custom_DeInit();
void HID_Custom_sendReport(uint8_t* report, uint16_t len);
#endif