aboutsummaryrefslogtreecommitdiff
path: root/config.h
Commit message (Collapse)AuthorAgeFilesLines
* o Cleaning up #if usage and config.h.Trygve Laugstøl2015-07-251-117/+0
|
* o Even better debug code.Trygve Laugstøl2015-07-251-0/+5
|
* o Reformatting with uncrustify.Trygve Laugstøl2015-07-251-37/+31
|
* o Adding a Debug class that delegates to Serial to control where the debug ↵Trygve Laugstøl2015-07-251-0/+6
| | | | output goes.
* o Fixing a bug where the reponse code wasn't properly set.Trygve Laugstøl2015-07-231-1/+28
|
* o Migrating to Arduino 1.6Trygve Laugstøl2015-07-061-0/+1
|
* o Letting each sensor use the configured update interval.Trygve Laugstøl2015-06-211-4/+2
| | | | | o Changing the ID of the "get value" command. It has to include the sensor index when used as a notification message. Dunno if this is the best strategy. I guess messages are cheap, but complexity is expensive.
* o Creating a way to configure the code for multiple boards. Look at config.hTrygve Laugstøl2015-02-281-0/+86