AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.

This commit is contained in:
Dean Camera
2012-05-13 15:03:17 +00:00
parent 64d00efd91
commit 13085a3351
42 changed files with 1477 additions and 140 deletions
@@ -73,17 +73,17 @@
* </tr>
* <tr>
* <td>AUDIO_OUT_STEREO</td>
* <td>Makefile LUFA_OPTS</td>
* <td>AppConfig.h</td>
* <td>When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_MONO</td>
* <td>Makefile LUFA_OPTS</td>
* <td>AppConfig.h</td>
* <td>When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_PORTC</td>
* <td>Makefile LUFA_OPTS</td>
* <td>AppConfig.h</td>
* <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC.</td>
* </tr>