/** \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 Temperature Datalogger Project * * \section SSec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * * - Series 7 USB AVRs * - Series 6 USB AVRs * - Series 4 USB AVRs (with >16KB of FLASH) * * \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: | *
DUMMY_RTC | *Makefile CDEFS | *When a DS1307 RTC chip is not fitted, this token can be defined to make the demo assume a 1/1/1 01:01:01 date/time * stamp at all times, effectively transforming the project into a basic data logger with no specified sample times. | *