Webcam Server.

Dependencies:   uvchost FatFileSystem mbed HTTPServer NetServicesMin

Revision:
1:7a4f2c038803
Parent:
0:2b4ea8a138e5
--- a/usb/UsbBaseClass.h	Wed Jun 06 11:47:06 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#ifndef _USB_BASE_CLASS_H_
-#define _USB_BASE_CLASS_H_
-#include "UsbHostMgr.h"
-
-class UsbBaseClass {
-public:
-    UsbBaseClass();
-protected:
-    UsbErr Usb_poll(int timeout = 15000, int timeout2 = 2000);
-    static UsbHostMgr* m_pHost;
-};
-
-#endif //_USB_BASE_CLASS_H_