USBAudio example using a microphone

Dependencies:   USBDevice mbed

Revision:
5:b49b6a8ca111
Parent:
3:e6a29c83ac52
Child:
6:be128039be16
--- a/USBDevice/USBAudio/USBAudio.h	Mon Dec 19 16:13:32 2011 +0000
+++ b/USBDevice/USBAudio/USBAudio.h	Tue Dec 20 10:44:10 2011 +0000
@@ -182,8 +182,11 @@
     // boolean showing that the SOF handler has been called. Useful for readNB.
     volatile bool SOF_handler;
     
+    // Is there an interrupt
     volatile bool interruptIN;
-    volatile bool readIN;
+    
+    // write has been done
+    volatile bool writeIN;
 
 };