X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3991c94b3858bbb02ca9ea6497cf60c84635b99a..61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e:/Projects/Benito/Benito.txt diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 857a28f8d..1461d6dc0 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -6,23 +6,18 @@ /** \mainpage Benito Arduino Programmer Project * - * \section SSec_Compat Demo Compatibility: + * \section SSec_Compat Project Compatibility: * - * The following table indicates what microcontrollers are compatible with this demo. + * The following list indicates what microcontrollers are compatible with this project. * - * - AT90USB1287 - * - AT90USB1286 - * - AT90USB647 - * - AT90USB646 - * - ATMEGA32U6 - * - ATMEGA32U4 - * - ATMEGA16U4 - * - AT90USB162 - * - AT90USB82 + * - Series 7 USB AVRs + * - Series 6 USB AVRs + * - Series 4 USB AVRs + * - Series 2 USB AVRs * * \section SSec_Info USB Information: * - * The following table gives a rundown of the USB utilization of this demo. + * The following table gives a rundown of the USB utilization of this project. * *
| USB Class: | - *Human Interface Device (HID) | + *Communications Device Class (CDC) | *
| USB Subclass: | - *Keyboard | + *Abstract Control Model (ACM) | *
| Relevant Standards: | - *USBIF HID Standard, USBIF HID Usage Tables | + *USBIF CDC Class Standard \n + * Arduino Bootloader Specification | *
| Usable Speeds: | - *Low Speed Mode, Full Speed Mode | + *Full Speed Mode | *