aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/Lib
Commit message (Collapse)AuthorAgeFilesLines
* 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-152-7/+0
| | | | DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
|
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-244-2/+254
| | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
* Update copyright year to 2010.Dean Camera2009-12-309-20/+20
|
* Oops - remove accidentally committed .lst files from the ↵Dean Camera2009-12-303-7180/+0
| | | | TemperatureDataLogger project.
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵Dean Camera2009-12-304-6316/+5749
| | | | the correct CTC mode.
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-3014-0/+12940
Temperature Data Logger using the onboard Dataflash and Temperature sensor.