Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832_lcd EthernetInterface USBHost mbed-rtos mbed wave_player
usb.h
00001 /* FILE: usb.h by Chu Van Thiem 00002 */ 00003 #ifndef __USB_H__ 00004 #define __USB_H__ 00005 00006 #include "USBHostMSD.h" 00007 #include "string" 00008 #include "vector" 00009 00010 class usb : public USBHostMSD/*, public FATDirHandle*/ { 00011 public: 00012 // Constructor 00013 usb(const char * rootdir); 00014 00015 // List all files of the directory 00016 void listdir(const char *dir); 00017 00018 public: 00019 vector<string> filenames; 00020 }; 00021 00022 #endif
Generated on Tue Aug 2 2022 16:59:57 by
1.7.2