X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dd995683ea1f233b79724d524a9a3dbcdc171d30..67bc62510942eb83dd9c4ab323ed09d83764bf4b:/Projects/TemperatureDataLogger/TemperatureDataLogger.txt?ds=sidebyside diff --git a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt index 3e13fd385..136d0385b 100644 --- a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt +++ b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt @@ -1,82 +1,85 @@ -/** \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.- * | 
| USB Mode:+ * | Device+ * | 
| USB Classes:+ * | Mass Storage Device \n + * Human Interface Device+ * | 
| USB Subclasses:+ * | Bulk-Only Transport \n + * Keyboard Subclass+ * | 
| Relevant Standards:+ * | USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification \n + * 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.+ * |