projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alterna...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
AudioInput
/
AudioInput.txt
diff --git
a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
index
cf71259
..
aedb4b7
100644
(file)
--- a/
Demos/Device/ClassDriver/AudioInput/AudioInput.txt
+++ b/
Demos/Device/ClassDriver/AudioInput/AudioInput.txt
@@
-6,6
+6,14
@@
\r
/** \mainpage Audio Input Device Demo
\r
*
\r
\r
/** \mainpage Audio Input Device Demo
\r
*
\r
+ * \section SSec_Compat Demo Compatibility:
\r
+ *
\r
+ * The following list indicates what microcontrollers are compatible with this demo.
\r
+ *
\r
+ * - Series 7 USB AVRs
\r
+ * - Series 6 USB AVRs
\r
+ * - Series 4 USB AVRs
\r
+ *
\r
* \section SSec_Info USB Information:
\r
*
\r
* The following table gives a rundown of the USB utilization of this demo.
\r
* \section SSec_Info USB Information:
\r
*
\r
* The following table gives a rundown of the USB utilization of this demo.
\r
@@
-25,9
+33,9
@@
* </tr>
\r
* <tr>
\r
* <td><b>Relevant Standards:</b></td>
\r
* </tr>
\r
* <tr>
\r
* <td><b>Relevant Standards:</b></td>
\r
- * <td>USBIF Audio Class Specification
</td>
\r
- *
<td>USBIF Audio Class Terminal Types Specification</td>
\r
- *
<td>
USBIF Audio Data Formats Specification</td>
\r
+ * <td>USBIF Audio Class Specification
\n
\r
+ *
USBIF Audio Class Terminal Types Specification \n
\r
+ *
USBIF Audio Data Formats Specification</td>
\r
* </tr>
\r
* <tr>
\r
* <td><b>Usable Speeds:</b></td>
\r
* </tr>
\r
* <tr>
\r
* <td><b>Usable Speeds:</b></td>
\r
@@
-46,7
+54,7
@@
* as a USB microphone. Incoming audio from the ADC channel 1 will
\r
* be sampled and sent to the host computer.
\r
*
\r
* as a USB microphone. Incoming audio from the ADC channel 1 will
\r
* be sampled and sent to the host computer.
\r
*
\r
- * To use, connect a microphone to the ADC channel
2
.
\r
+ * To use, connect a microphone to the ADC channel
1
.
\r
*
\r
* Under Windows, if a driver request dialogue pops up, select the option
\r
* to automatically install the appropriate drivers.
\r
*
\r
* Under Windows, if a driver request dialogue pops up, select the option
\r
* to automatically install the appropriate drivers.
\r