aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/TempDataLogger.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed DFU bootloader programming not discarding the correct number of filler ↵Dean Camera2010-01-241-0/+4
| | | | bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-241-25/+140
| | | | 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-301-2/+2
|
* Oops - remove accidentally committed .lst files from the ↵Dean Camera2009-12-301-2/+2
| | | | TemperatureDataLogger project.
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵Dean Camera2009-12-301-7/+14
| | | | the correct CTC mode.
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+187
Temperature Data Logger using the onboard Dataflash and Temperature sensor.