aboutsummaryrefslogtreecommitdiff
path: root/app.cpp
Commit message (Expand)AuthorAgeFilesLines
* o Much improved Debug class.Trygve Laugstøl2015-07-261-0/+6
* o Cleaning up #if usage and config.h.Trygve Laugstøl2015-07-251-4/+5
* o Even better debug code.Trygve Laugstøl2015-07-251-68/+68
* o Reformatting with uncrustify.Trygve Laugstøl2015-07-251-181/+182
* o Adding a Debug class that delegates to Serial to control where the debug ou...Trygve Laugstøl2015-07-251-67/+71
* o Fixing a bug where the reponse code wasn't properly set.Trygve Laugstøl2015-07-231-1/+7
* o Migrating to Arduino 1.6Trygve Laugstøl2015-07-061-10/+12
* o Updating README.md.Trygve Laugstøl2015-07-061-2/+0
* o Letting each sensor use the configured update interval.Trygve Laugstøl2015-06-211-50/+42
* o Moving the settings/persistence code to the end of the file.Trygve Laugstøl2015-06-211-94/+96
* o Use the values from the code instead of generating new default values.Trygve Laugstøl2015-06-211-31/+19
* o Getting the loading/saving of settings to work.Trygve Laugstøl2015-06-211-50/+19
* o Creating a way to configure the code for multiple boards. Look at config.hTrygve Laugstøl2015-02-281-57/+72
* o Showing the value of the illegal command.Trygve Laugstøl2015-02-281-2/+4
* o Support for prototype-b board.Trygve Laugstøl2015-02-261-2/+149
* o Making the device blink when connected.Trygve Laugstøl2015-01-191-12/+45
* o Fixing a couple of embarrasing bugs after using arduino-mk.Trygve Laugstøl2015-01-181-7/+4
* o Adding another sensor for prototype board #1.Trygve Laugstøl2015-01-111-2/+3
* o Implementing reading of values from the real thing.Trygve Laugstøl2015-01-081-5/+34
* o Adding an operation to set the wanted update interval.Trygve Laugstøl2015-01-041-7/+39
* o Reworking the code after implementing much more on the Android app.Trygve Laugstøl2015-01-041-42/+192
* o Initial import of trygvis.io soil moisture device.Trygve Laugstøl2014-12-271-0/+91