BaseUsbHost example program

Dependencies:   BaseUsbHost FATFileSystem mbed mbed-rtos

Revision:
3:6ae9a03a6145
Parent:
2:c10029b87439
Child:
4:41ff237a64ec
--- a/UsbMouseHost/UsbMouseHost.h	Tue Dec 11 15:28:00 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-// UsbMouseHost.h 2012/12/5
-#ifndef USB_MOUSE_HOST_H
-#define USB_MOUSE_HOST_H
-
-class UsbMouseHost {
-public:
-    UsbMouseHost(ControlEp* ctlEp = NULL);
-    static bool check(ControlEp* ctlEp);
-    int read(uint32_t* status, int millisec=osWaitForever);
-    //ControlEp* m_ctlEp;
-    InterruptEp* m_intEp;
-};
-
-#endif //USB_MOUSE_HOST_H
\ No newline at end of file