usb.h 89 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #ifndef __USB_H__ #define __USB_H__ bool initUSB(); void displayPicture(char*); #endif