aboutsummaryrefslogtreecommitdiff
path: root/app.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Adding Board #4.Trygve Laugstøl2015-07-311-1/+5
|
* o Much improved Debug class.Trygve Laugstøl2015-07-261-0/+6
| | | | | | | | - Inlining all definitions to make everything shorter and easier to read. - More const so even more can be inlined. o Adding some support for ATTiny85, still more work to be done. o Removing two unused battery characteristics. o Dynamically adding battery and temperature characteristics if their pipes are defined.
* 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 ↵Trygve Laugstøl2015-07-251-67/+71
| | | | output goes.
* 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 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 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 Doing sm_setup() once only, doesn't depend on the RF parts.
* 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 Fixing a bug, the values are 10 bits so they need a uint16_t to fit.
* 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
| | | | | Useful for debugging to stream values and later devices where this can control how often the values are broadcasted.
* 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