USBHost+USB MIDI

Dependencies:   FATFileSystem mbed-rtos

Dependents:   USBHostMIDI_example MIDISynthwithSpecAnalyzer

Fork of USBHost by mbed official

USBHost with USB MIDI support

(work in progress...)

Tested functions

Receiving

  • note on
  • note off
  • program change
  • control change
  • pitch bend

Tranmitting

  • not tested yet.
Revision:
3:0f5c32575eb8
Parent:
2:5e8fdc541b98
Child:
4:b320d68e98e7
--- a/USBHostHID/USBHostMouse.h	Wed Mar 06 17:44:00 2013 +0000
+++ b/USBHostHID/USBHostMouse.h	Wed Mar 06 17:50:07 2013 +0000
@@ -39,7 +39,7 @@
     /**
      * Try to connect a mouse device
      *
-     * * @return true if connection was successful
+     * @return true if connection was successful
      */
     bool connect();