/** \file
*
* This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file.
*/
/** \mainpage Audio Output Device Demo
*
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
*
*
*
* Define Name: |
* Location: |
* Description: |
*
*
* AUDIO_OUT_STEREO |
* Makefile CDEFS |
* When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller. |
*
*
* AUDIO_OUT_MONO |
* Makefile CDEFS |
* When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller. |
*
*
* AUDIO_OUT_LEDS |
* Makefile CDEFS |
* When defined, this outputs the audio samples in stereo to the board LEDs. |
*
*
* AUDIO_OUT_PORTC |
* Makefile CDEFS |
* When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC. |
*
*
* AUDIO_SAMPLE_FREQUENCY |
* Descriptors.h |
* Gives the audio sample rate per channel for the audio stream, in Hz. |
*
*
*/