aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/MIDIToneGenerator/MIDIToneGenerator.c
Commit message (Collapse)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ↵Dean Camera2010-04-281-0/+1
| | | | be done in the user application once all init code has run.
* Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) ↵Dean Camera2010-03-231-36/+12
| | | | due to cycle constraints.
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-231-0/+209