qmk_firmware/Demos/Device/ClassDriver/AudioOutput
Dean Camera 41babf1cb7 Fix incorrect configuration in the ClassDriver AudioOutput demo.
Make all audio device Class Driver functions require a reference to the Audio class instance, so that the endpoint size can be checked (and to standardize the APIs).

Make LEDs more responsive in the AudioOutput device demos.
2009-07-30 14:06:52 +00:00
..
AudioOutput.c Fix incorrect configuration in the ClassDriver AudioOutput demo. 2009-07-30 14:06:52 +00:00
AudioOutput.h Fix incorrect configuration in the ClassDriver AudioOutput demo. 2009-07-30 14:06:52 +00:00
AudioOutput.txt Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Descriptors.c Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 2009-06-26 11:43:56 +00:00
Descriptors.h Fix incorrect configuration in the ClassDriver AudioOutput demo. 2009-07-30 14:06:52 +00:00
Doxygen.conf Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. 2009-07-20 14:07:02 +00:00
makefile Change project makefiles so that the current target settings and not just the board selection is printed during the build process. 2009-07-28 13:53:52 +00:00