Blame view

usb.h 89 Bytes
9c066355   henyxia   USB Initialized
1
2
3
4
  #ifndef __USB_H__
  #define __USB_H__
  
  bool initUSB();
31093b73   henyxia   Home screen final...
5
  void displayPicture(char*);
9c066355   henyxia   USB Initialized
6
7
  
  #endif