aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/Lib/DS1307.c
Commit message (Collapse)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-124/+124
| | | | correctly converted to the target system's native end of line style.
* Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean Camera2010-02-241-6/+6
| | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
* 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.