qmk_firmware/Demos/Device/ClassDriver/MIDI
Dean Camera dcf303762a Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow errors.
Change MIDI demos to use real MIDI command values, and shift for the USB wrapper, rather than shift for the MIDI bytes. This is a little confusing for the MIDI USB wrapper, but allows for the use of real standardized MIDI command values.
2009-06-16 07:17:22 +00:00
..
Descriptors.c Some minor whitespace corrections. 2009-06-11 01:52:53 +00:00
Descriptors.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00
Doxygen.conf More Doxygen fixes - ensure no undocumented function parameters. 2009-06-15 08:36:12 +00:00
makefile Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00
MIDI.c Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow errors. 2009-06-16 07:17:22 +00:00
MIDI.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00
MIDI.txt Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 2009-06-05 07:16:33 +00:00