Modified USBDevice mainly for debug of serial port communications. It is unfinished and should not be used - use the main branch.

Dependents:   FinalProject

Fork of USBDevice by mbed official

Revision:
11:04aaad10c94e
Parent:
1:80ab0d068708
--- a/USBSerial/USBSerial.h	Fri Mar 01 13:10:29 2013 +0000
+++ b/USBSerial/USBSerial.h	Sun Sep 01 23:34:33 2013 +0000
@@ -66,6 +66,8 @@
     */
     virtual int _putc(int c);
     
+    virtual int _putcNB(int c);
+    
     /**
     * Read a character: blocking
     *
@@ -80,6 +82,8 @@
     */
     uint8_t available(); 
     
+    bool deviceAttached(void);
+    
     /**
     * Write a block of data. 
     *