aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/Lib/DS1307.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make ↵Dean Camera2010-02-151-5/+0
| | | | DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-241-0/+129
is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.