aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/TempDataLogger.h
Commit message (Collapse)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ↵Dean Camera2010-04-281-0/+1
| | | | be done in the user application once all init code has run.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
|
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-241-1/+24
| | | | 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 - fix include directory for case-sensitive filesystems.Dean Camera2009-12-301-1/+1
|
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+89
Temperature Data Logger using the onboard Dataflash and Temperature sensor.