X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ac61b81a0b20b86a4865d5e2802f704ad1075541..5faa79a7b55312f275435c5dacf8a89a6a3d26ae:/Projects/TempDataLogger/TemperatureDataLogger.txt diff --git a/Projects/TempDataLogger/TemperatureDataLogger.txt b/Projects/TempDataLogger/TemperatureDataLogger.txt index 136d0385b..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: * @@ -59,8 +59,8 @@ * sampled data. This project will not function correctly if the RTC chip is omitted unless the DUMMY_RTC compile time token * is specified - see \ref SSec_Options. * - * Due to the host's need for exclusive access to the filesystem, the device will not log samples while connected to a host. - * For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT filesystem. + * Due to the host's need for exclusive access to the file system, the device will not log samples while connected to a host. + * For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT file system. * * This project uses the FatFS library from ELM Chan (http://elm-chan.org/fsw/ff/00index_e.html) and the .NET HID device library * LibHIDNet (http://sourceforge.net/projects/libhidnet/). @@ -77,7 +77,7 @@ * *