aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-28 10:46:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-28 10:46:20 +0000
commit61ff4824a904d156e719ab2967b613cf095e908e (patch)
tree04b28268cfef56b2ae2ad72ea37e5dd1edb1331b /Projects/Benito/Benito.txt
parent864196c884ef3602aee44f1a68aceb5819a07f21 (diff)
downloadlufa-61ff4824a904d156e719ab2967b613cf095e908e.tar.gz
lufa-61ff4824a904d156e719ab2967b613cf095e908e.tar.bz2
lufa-61ff4824a904d156e719ab2967b613cf095e908e.zip
Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs where timer 1 was needed instead did not have the endpoint size neccesary for good audio throughput anyway.
Fix Benito documentation indicating erronously that the project used the HID USB class instead of the CDC class.
Diffstat (limited to 'Projects/Benito/Benito.txt')
-rw-r--r--Projects/Benito/Benito.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt
index 857a28f8d..63f3ea815 100644
--- a/Projects/Benito/Benito.txt
+++ b/Projects/Benito/Benito.txt
@@ -31,19 +31,20 @@
* </tr>
* <tr>
* <td><b>USB Class:</b></td>
- * <td>Human Interface Device (HID)</td>
+ * <td>Communications Device Class (CDC)</td>
* </tr>
* <tr>
* <td><b>USB Subclass:</b></td>
- * <td>Keyboard</td>
+ * <td>Abstract Control Model (ACM)</td>
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF HID Standard, USBIF HID Usage Tables</td>
+ * <td>USBIF CDC Class Standard</td>
+ * <td>Arduino Bootloader Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Full Speed Mode</td>
* </tr>
* </table>
*