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

View file

@ -73,13 +73,13 @@
* </tr>
* <tr>
* <td>USE_TEST_TONE</td>
* <td>Makefile LUFA_OPTS</td>
* <td>AppConfig.h</td>
* <td>When defined, this alters the demo to produce a square wave test tone when the first board button is pressed
* instead of sampling the board microphone.</td>
* </tr>
* <tr>
* <td>MICROPHONE_BIASED_TO_HALF_RAIL</td>
* <td>Makefile LUFA_OPTS</td>
* <td>AppConfig.h</td>
* <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>
* </tr>
* </table>