Blame view

usb.h 121 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*);
8b194ee7   henyxia   Getting touch inf...
6
  bool screenTouched(int*, int*);
9c066355   henyxia   USB Initialized
7
8
  
  #endif