Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 25 Mar 2009 10:51:24 +0000 (10:51 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 25 Mar 2009 10:51:24 +0000 (10:51 +0000)
Demos/Device/AudioInput/AudioInput.txt
Demos/Device/AudioOutput/AudioOutput.txt

index 36e71e9..0b1ab8d 100644 (file)
  *    <td>Makefile CDEFS</td>\r
  *    <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>\r
  *   </tr>\r
+ *   <tr>\r
+ *    <td>AUDIO_SAMPLE_FREQUENCY</td>\r
+ *    <td>Descriptors.h</td>\r
+ *    <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>\r
+ *   </tr>\r
  *  </table>\r
  */
\ No newline at end of file
index 0638c47..b59c2a8 100644 (file)
  *    <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an\r
  *        external DAC.</td>\r
  *   </tr>\r
+ *   <tr>\r
+ *    <td>AUDIO_SAMPLE_FREQUENCY</td>\r
+ *    <td>Descriptors.h</td>\r
+ *    <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>\r
+ *   </tr>\r
  *  </table>\r
  */
\ No newline at end of file