aboutsummaryrefslogtreecommitdiff
path: root/Projects/TemperatureDataLogger/TempDataLogger.c
AgeCommit message (Collapse)Author
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1377 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-14Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵Dean
library version. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1335 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead ↵Dean
of eeprom_write_byte(), so that only changed bytes are written to EEPROM to preserve its lifespan. Changed over the AVRISP-MKII and TemperatureDataLogger projects to use eeprom_update_byte() when writing non-volatile parameters to EEPROM to preserve its lifespan. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1283 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-09Add new ReportType parameter to the HID class driver device callback and ↵Dean
host report sending routines. Renamed internal Host mode Class driver descriptor comparator callback routines so that they all start with a uniform DCOMP_{Class Abbreviation}_ prefix. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1249 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ↵Dean
be done in the user application once all init code has run. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1219 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-18Add const keyword to the demo function parameters where possible.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1212 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-29Add briefs for the library core structures.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1181 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-18Add uIP-split code to the Webserver project, so that each packet is split in ↵Dean
half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1134 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-15Add missing TWI_Init() call to the TemperatureDataLogger project. Make ↵Dean
DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1130 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-24Fixed DFU bootloader programming not discarding the correct number of filler ↵Dean
bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1057 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-24Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean
is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1056 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Oops - remove accidentally committed .lst files from the ↵Dean
TemperatureDataLogger project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1031 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵Dean
the correct CTC mode. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1030 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean
Temperature Data Logger using the onboard Dataflash and Temperature sensor. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1028 d5102386-fcda-11dd-9fdb-3debd5008f28