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:
24:868cbfe611a7
Parent:
13:b58a2204422f
Child:
26:607951c26872
--- a/USBHostMSD/USBHostMSD.h	Fri Mar 07 16:00:46 2014 +0000
+++ b/USBHostMSD/USBHostMSD.h	Tue Jun 03 11:30:38 2014 +0100
@@ -24,7 +24,7 @@
 #include "USBHost.h"
 #include "FATFileSystem.h"
 
-/** 
+/**
  * A class to communicate a USB flash disk
  */
 class USBHostMSD : public IUSBEnumerator, public FATFileSystem {
@@ -109,7 +109,7 @@
     int msd_intf;
     bool msd_device_found;
     bool disk_init;
-    
+
     void init();
 
 };