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.

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Wed Mar 06 17:50:07 2013 +0000
Parent:
2:5e8fdc541b98
Child:
4:b320d68e98e7
Commit message:
update doxygen

Changed in this revision

USBHostHID/USBHostKeyboard.h Show annotated file Show diff for this revision Revisions of this file
USBHostHID/USBHostMouse.h Show annotated file Show diff for this revision Revisions of this file
USBHostHub/USBHostHub.h Show annotated file Show diff for this revision Revisions of this file
USBHostMSD/USBHostMSD.h Show annotated file Show diff for this revision Revisions of this file
USBHostSerial/USBHostSerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostHID/USBHostKeyboard.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostHID/USBHostKeyboard.h	Wed Mar 06 17:50:07 2013 +0000
@@ -39,7 +39,7 @@
     /**
      * Try to connect a keyboard device
      *
-     * * @return true if connection was successful
+     * @return true if connection was successful
      */
     bool connect();
 
--- a/USBHostHID/USBHostMouse.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostHID/USBHostMouse.h	Wed Mar 06 17:50:07 2013 +0000
@@ -39,7 +39,7 @@
     /**
      * Try to connect a mouse device
      *
-     * * @return true if connection was successful
+     * @return true if connection was successful
      */
     bool connect();
 
--- a/USBHostHub/USBHostHub.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostHub/USBHostHub.h	Wed Mar 06 17:50:07 2013 +0000
@@ -67,7 +67,7 @@
     * Automatically called by USBHost when a device
     * has been disconnected from this hub
     *
-    * @param dev device connected
+    * @param dev device disconnected
     */
     void deviceDisconnected(USBDeviceConnected * dev);
     
--- a/USBHostMSD/USBHostMSD.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostMSD/USBHostMSD.h	Wed Mar 06 17:50:07 2013 +0000
@@ -45,10 +45,10 @@
     */
     bool connected();
 
-    /*
+    /**
      * Try to connect to a MSD device
      *
-     * * @return true if connection was successful
+     * @return true if connection was successful
      */
     bool connect();
 
--- a/USBHostSerial/USBHostSerial.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostSerial/USBHostSerial.h	Wed Mar 06 17:50:07 2013 +0000
@@ -52,7 +52,7 @@
     /**
      * Try to connect a serial device
      *
-     * * @return true if connection was successful
+     * @return true if connection was successful
      */
     bool connect();