From 4dece08bef10a23a9702b6ddb67401400119cbce Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 31 Aug 2010 12:33:21 +0000 Subject: Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of. --- Projects/TempDataLogger/Lib/SCSI.h | 6 +++--- Projects/TempDataLogger/TemperatureDataLogger.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Projects/TempDataLogger') diff --git a/Projects/TempDataLogger/Lib/SCSI.h b/Projects/TempDataLogger/Lib/SCSI.h index 5c2112b2c..f3aea7222 100644 --- a/Projects/TempDataLogger/Lib/SCSI.h +++ b/Projects/TempDataLogger/Lib/SCSI.h @@ -52,9 +52,9 @@ * is for convenience, as it allows for all three sense values (returned upon request to the host to give information about * the last command failure) in a quick and easy manner. * - * \param[in] key New SCSI sense key to set the sense code to - * \param[in] acode New SCSI additional sense key to set the additional sense code to - * \param[in] aqual New SCSI additional sense key qualifier to set the additional sense qualifier code to + * \param[in] Key New SCSI sense key to set the sense code to + * \param[in] Acode New SCSI additional sense key to set the additional sense code to + * \param[in] Aqual New SCSI additional sense key qualifier to set the additional sense qualifier code to */ #define SCSI_SET_SENSE(Key, Acode, Aqual) MACROS{ SenseData.SenseKey = (Key); \ SenseData.AdditionalSenseCode = (Acode); \ diff --git a/Projects/TempDataLogger/TemperatureDataLogger.txt b/Projects/TempDataLogger/TemperatureDataLogger.txt index f15733850..1bf38dc7e 100644 --- a/Projects/TempDataLogger/TemperatureDataLogger.txt +++ b/Projects/TempDataLogger/TemperatureDataLogger.txt @@ -10,9 +10,9 @@ * * 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) + * - Series 7 USB AVRs (AT90USBxxx7) + * - Series 6 USB AVRs (AT90USBxxx6) + * - Series 4 USB AVRs (ATMEGAxxU4) - those with >16KB of FLASH memory only * * \section SSec_Info USB Information: * -- cgit v1.2.3