diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-09 04:23:19 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-09 04:23:19 +0000 |
| commit | 99a12dc177dade81960b1324ab798f776064b6e8 (patch) | |
| tree | 9645345511f56e840f807c8ef921d74a04e8db1d /Demos/Device/LowLevel | |
| parent | fcf6fac322890da8720cd50782adbca36779da86 (diff) | |
Add missing AS4 and project description files to the new Audio Host demos.
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1795 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel')
| -rw-r--r-- | Demos/Device/LowLevel/AudioInput/AudioInput.txt | 5 | ||||
| -rw-r--r-- | Demos/Device/LowLevel/AudioOutput/AudioOutput.txt | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index fd94748d..dd3f6e68 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -82,11 +82,6 @@ * <td>Makefile LUFA_OPTS</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> */ diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index 9e496ebb..090f8bed 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -87,11 +87,6 @@ * <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> */ |
