abc800_usb.h 211 B

123456789
  1. #ifndef __ABC800_USB_H__
  2. #define __ABC800_USB_H__
  3. #include "port.h"
  4. void ctrl_pipe_cb(ext_pipe_event_msg_t event, usb_irp_t *irp);
  5. void abc800_port_init();
  6. void onRepeatTimer_out(TimerHandle_t xTimer);
  7. #endif