/** \file * * This file contains special DoxyGen information for the generation of the main page and other special * documentation pages. It is not a project source file. */ /** \mainpage Combined Mass Storage and Keyboard Device Demo * * \section SSec_Compat Demo Compatibility: * * The following table indicates what microcontrollers are compatible with this demo. * * - AT90USB1287 * - AT90USB1286 * - AT90USB647 * - AT90USB646 * - ATMEGA32U6 * - ATMEGA32U4 * - ATMEGA16U4 * - AT90USB162 * - AT90USB82 * * \section SSec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * *
| USB Mode:* | Device* | ||||
| USB Classes:* | Mass Storage Device* | Human Interface Device* | |||
| USB Subclasses:* | Bulk-Only Transport* | Keyboard Subclass* | |||
| Relevant Standards:* | USBIF Mass Storage Standard* | USB Bulk-Only Transport Standard* | SCSI Primary Commands Specification* | SCSI Block Commands Specification* | USBIF HID Specification, USBIF HID Usage Tables* | 
| Usable Speeds:* | Full Speed Mode* | 
| Define Name:* | Location:* | Description:* | 
| TOTAL_LUNS* | MassStorage.h* | Total number of Logical Units (drives) in the device. The total device capacity is shared equally between each drive * - this can be set to any positive non-zero amount.* |