aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/AudioInput/AudioInput.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-25 10:51:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-25 10:51:24 +0000
commit7cca7eb53d769e21c51f820a35b0d6ebfbd278a9 (patch)
treed4b072cc007592c2e51f942de7352c854f3c537a /Demos/Device/AudioInput/AudioInput.txt
parent350141e085d3dcc440962259314f569cc8fcef03 (diff)
downloadlufa-7cca7eb53d769e21c51f820a35b0d6ebfbd278a9.tar.gz
lufa-7cca7eb53d769e21c51f820a35b0d6ebfbd278a9.tar.bz2
lufa-7cca7eb53d769e21c51f820a35b0d6ebfbd278a9.zip
Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos.
Diffstat (limited to 'Demos/Device/AudioInput/AudioInput.txt')
-rw-r--r--Demos/Device/AudioInput/AudioInput.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demos/Device/AudioInput/AudioInput.txt b/Demos/Device/AudioInput/AudioInput.txt
index 36e71e975..0b1ab8d7e 100644
--- a/Demos/Device/AudioInput/AudioInput.txt
+++ b/Demos/Device/AudioInput/AudioInput.txt
@@ -66,5 +66,10 @@
* <td>Makefile CDEFS</td>
* <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>
* </tr>
+ * <tr>
+ * <td>AUDIO_SAMPLE_FREQUENCY</td>
+ * <td>Descriptors.h</td>
+ * <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>
+ * </tr>
* </table>
*/ \ No newline at end of file