USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
17:b8739fd10faf
Parent:
10:08bce4cd973a
--- a/USB3GModule/WANDongle.h	Sun Feb 10 16:23:31 2013 +0000
+++ b/USB3GModule/WANDongle.h	Thu Feb 21 09:28:14 2013 +0000
@@ -79,6 +79,8 @@
     
     virtual bool useEndpoint(uint8_t intf_nb, ENDPOINT_TYPE type, ENDPOINT_DIRECTION dir); //Must return true if the endpoint will be used
     
+    //void init();
+    
 protected:
     USBHost * host;
     USBDeviceConnected * dev;