Adaptation of the official mbed USBHost repository to work with the LPC4088 Display Module

Dependents:   DMSupport DMSupport DMSupport DMSupport

Fork of DM_USBHost by EmbeddedArtists AB

Revision:
1:0a457e34fa9e
Parent:
0:a554658735bf
Child:
2:5e8fdc541b98
diff -r a554658735bf -r 0a457e34fa9e USBHostSerial/USBHostSerial.h
--- a/USBHostSerial/USBHostSerial.h	Wed Mar 06 16:27:14 2013 +0000
+++ b/USBHostSerial/USBHostSerial.h	Wed Mar 06 17:10:32 2013 +0000
@@ -27,6 +27,9 @@
 #include "Stream.h"
 #include "MtxCircBuffer.h"
 
+/** 
+ * A class to communicate a USB virtual serial port
+ */
 class USBHostSerial : public IUSBEnumerator, public Stream {
 public:
     /**