ddiakopoulos / hiduino

:musical_keyboard: Native USB-MIDI on the Arduino
http://www.dimitridiakopoulos.com/hiduino
643 stars 110 forks source link

added sysex support #1

Closed kasbah closed 12 years ago

kasbah commented 12 years ago

Changed the ISR handler to support sysex. Added as src/Experimantal/HIDUINO_MIDI_SYSEX. Some smaller changes to make it compile with LUFA101122 and avr-gcc 4.7.0 (const for PROGMEM). Added a gitignore too.

Signed-off-by: Kaspar Bumke kaspar.bumke@gmail.com