X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ae6a51492948d621907d3e62c03c2854e6fcc19c..e9e6730d4999bea6e0eaefc2fce062ef090388b8:/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt b/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt
index c28b61e44..b2cd2a8c8 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt
+++ b/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt
@@ -63,14 +63,19 @@
*
Description: |
*
*
+ * | MIC_IN_ADC_CHANNEL |
+ * AppConfig.h |
+ * Sets the ADC channel used by the demo for the input audio samples from an attached microphone. |
+ *
+ *
* | USE_TEST_TONE |
- * AudioOutputHost.h |
+ * AppConfig.h |
* 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. |
*
*
* | MICROPHONE_BIASED_TO_HALF_RAIL |
- * AudioOutputHost.h |
+ * AppConfig.h |
* When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted. |
*
*