Skip to content
Snippets Groups Projects
Commit 7cca7eb5 authored by Dean Camera's avatar Dean Camera
Browse files

Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in...

Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos.
parent 350141e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -84,5 +84,10 @@
* <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC.</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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment