Shai COPY OUR MIDI!!!

Dependencies:   USBDevice mbed

Fork of USBMIDI_HelloWorld by Samuel Mokrani

Revision:
1:4108aa07d2a7
Parent:
0:7145560b8847
Child:
2:4505f7d7196e
--- a/main.cpp	Fri Nov 04 11:44:41 2011 +0000
+++ b/main.cpp	Fri Nov 04 11:52:45 2011 +0000
@@ -13,7 +13,7 @@
     uint8_t bus = 0;
     uint8_t add;
     while (1) {
-        //if buttons state change, send a MIDI message
+        //if buttons state changes, send a MIDI message
         bus = buttons.read();
         if (bus != p_bus) {
             p_bus = bus;