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:
6:d0945750af57
--- a/USBSerial/USBCDC.h	Fri Mar 01 13:10:29 2013 +0000
+++ b/USBSerial/USBCDC.h	Sun Sep 01 23:34:33 2013 +0000
@@ -78,6 +78,8 @@
     */
     bool send(uint8_t * buffer, uint32_t size);
     
+    bool sendNB(uint8_t * buffer, uint32_t size);
+    
     /*
     * Read a buffer from a certain endpoint. Warning: blocking
     *