usb_bulk.h 111 B

1234
  1. uint8_t usbFunctionWrite(uint8_t * data, uint8_t len);
  2. uint8_t usbFunctionRead(uint8_t * data, uint8_t len);