aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Collapse)AuthorAgeFilesLines
* Changed to new device mode Class Driver function name prefixes to make way ↵Dean Camera2009-06-1121-100/+101
| | | | for similar host mode Class drivers.
* Some minor whitespace corrections.Dean Camera2009-06-1120-207/+207
|
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵Dean Camera2009-06-101-0/+3
| | | | read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes.
* Add master device Host demo makefile.Dean Camera2009-06-052-2/+0
| | | | Copy and convert incomplete Bluetooth Host demo to the library.
* Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵Dean Camera2009-06-0526-26/+13
| | | | Fix makefiles of ClassDriver device demos.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-05135-0/+42202
re-add old low level demos to a LowLevel subdirectory.