Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos.

pull/1469/head
Dean Camera 16 years ago
parent 350141e085
commit 7cca7eb53d

@ -66,5 +66,10 @@
* <td>Makefile CDEFS</td> * <td>Makefile CDEFS</td>
* <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td> * <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>
* </tr> * </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> * </table>
*/ */

@ -84,5 +84,10 @@
* <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an * <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC.</td> * external DAC.</td>
* </tr> * </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> * </table>
*/ */
Loading…
Cancel
Save