Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -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 Camera | 2010-02-24 | 1 | -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 Camera | 2010-02-15 | 1 | -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 Camera | 2010-01-24 | 1 | -0/+129 |
is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application. |