Blame view

usb.h 61 Bytes
9c066355   henyxia   USB Initialized
1
2
3
4
5
6
  #ifndef __USB_H__
  #define __USB_H__
  
  bool initUSB();
  
  #endif