usb.h 121 B

123456789101112
  1. #ifndef __USB_H
  2. #define __USB_H
  3. //
  4. void usb_init(void);
  5. //
  6. void usb_stop(void);
  7. #endif // __USB_TEST_H