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:
31:220cd93c9a5f
Parent:
27:4206883f4cb7
--- a/USBHost/USBHALHost_LPC17.cpp	Thu May 28 19:55:10 2015 +0000
+++ b/USBHost/USBHALHost_LPC17.cpp	Mon Jun 01 11:01:25 2015 +0100
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#if defined(TARGET_LPC1768)
+#if defined(TARGET_LPC1768) || defined(TARGET_LPC2460)
 
 #include "mbed.h"
 #include "USBHALHost.h"