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:
17:c7b1b8451598
Parent:
8:93da8ea2708b
Child:
19:bf09452b8f26
--- a/USBHost/USBHostConf.h	Wed Oct 09 13:15:21 2013 +0100
+++ b/USBHost/USBHostConf.h	Wed Oct 16 14:15:18 2013 +0100
@@ -54,9 +54,14 @@
 #define USBHOST_SERIAL              1
 
 /*
+* Enable USB3Gmodule
+*/
+#define USBHOST_3GMODULE            1 
+
+/*
 * Maximum number of interfaces of a usb device
 */
-#define MAX_INTF                    3
+#define MAX_INTF                    4
 
 /*
 * Maximum number of endpoints on each interface