USBHost library. NOTE: This library is only officially supported on the LPC1768 platform. For more information, please see the handbook page.

Dependencies:   FATFileSystem mbed-rtos

Dependents:   BTstack WallbotWii SD to Flash Data Transfer USBHost-MSD_HelloWorld ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

Revision:
27:4206883f4cb7
Parent:
26:607951c26872
Child:
33:6c4cab4d356f
--- a/USBHostMSD/USBHostMSD.cpp	Mon Aug 18 13:45:26 2014 +0100
+++ b/USBHostMSD/USBHostMSD.cpp	Mon Jan 19 14:30:37 2015 +0000
@@ -303,7 +303,7 @@
 
 int USBHostMSD::disk_initialize() {
     USB_DBG("FILESYSTEM: init");
-    U16 i, timeout = 10;
+    uint16_t i, timeout = 10;
 
     getMaxLun();