projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add script reading bootloader flags
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
AudioOutput
/
AudioOutput.txt
diff --git
a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
index
9e496eb
..
8f0c7d6
100644
(file)
--- a/
Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
+++ b/
Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
@@
-10,9
+10,9
@@
*
* The following list indicates what microcontrollers are compatible with this demo.
*
*
* The following list indicates what microcontrollers are compatible with this demo.
*
- *
-
Series 7 USB AVRs (AT90USBxxx7)
- *
-
Series 6 USB AVRs (AT90USBxxx6)
- *
-
Series 4 USB AVRs (ATMEGAxxU4)
+ *
\li
Series 7 USB AVRs (AT90USBxxx7)
+ *
\li
Series 6 USB AVRs (AT90USBxxx6)
+ *
\li
Series 4 USB AVRs (ATMEGAxxU4)
*
* \section Sec_Info USB Information:
*
*
* \section Sec_Info USB Information:
*
@@
-38,7
+38,7
@@
* USBIF Audio 1.0 Data Formats Specification</td>
* </tr>
* <tr>
* USBIF Audio 1.0 Data Formats Specification</td>
* </tr>
* <tr>
- * <td><b>
Usable
Speeds:</b></td>
+ * <td><b>
Supported USB
Speeds:</b></td>
* <td>Full Speed Mode</td>
* </tr>
* </table>
* <td>Full Speed Mode</td>
* </tr>
* </table>
@@
-67,31
+67,26
@@
*
* <table>
* <tr>
*
* <table>
* <tr>
- * <t
d><b>Define Name:</b></td
>
- * <t
d><b>Location:</b></td
>
- * <t
d><b>Description:</b></td
>
+ * <t
h><b>Define Name:</b></th
>
+ * <t
h><b>Location:</b></th
>
+ * <t
h><b>Description:</b></th
>
* </tr>
* <tr>
* <td>AUDIO_OUT_STEREO</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_STEREO</td>
- * <td>
Makefile LUFA_OPTS
</td>
+ * <td>
AppConfig.h
</td>
* <td>When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_MONO</td>
* <td>When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_MONO</td>
- * <td>
Makefile LUFA_OPTS
</td>
+ * <td>
AppConfig.h
</td>
* <td>When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_PORTC</td>
* <td>When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller.</td>
* </tr>
* <tr>
* <td>AUDIO_OUT_PORTC</td>
- * <td>
Makefile LUFA_OPTS
</td>
+ * <td>
AppConfig.h
</td>
* <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC.</td>
* </tr>
* <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>
*/
* </table>
*/