Add Dual MIDI device class driver demo application.

This commit is contained in:
Dean Camera 2014-08-31 21:27:35 +10:00
parent 0091b3c819
commit 4d8ff75993
15 changed files with 3456 additions and 7 deletions

View file

@ -33,8 +33,8 @@
* Header file for MIDI.c.
*/
#ifndef _AUDIO_OUTPUT_H_
#define _AUDIO_OUTPUT_H_
#ifndef _MIDI_H_
#define _MIDI_H_
/* Includes: */
#include <avr/io.h>

View file

@ -58,7 +58,7 @@
* MIDI program supporting MIDI IN devices.
*
* If the HWB is not pressed, channel 1 (default piano) is used. If
* the HWB is set, then channel 10 (default percussion) is selected.
* the HWB is pressed, then channel 10 (default percussion) is selected.
*
* This device implements MIDI-THRU mode, with the IN MIDI data being
* generated by the device itself. OUT MIDI data is discarded.