aboutsummaryrefslogtreecommitdiff
path: root/services_lock.h
Commit message (Collapse)AuthorAgeFilesLines
* o Adding three new characteristics:Trygve Laugstøl2015-07-261-76/+74
| | | | | | - Model number: Set to the board id. - Hardware revision: set to the device version data from the nRF8001 device. Not very useful right now. - Firmware revision: set to the string "Arduino: " + build time if not predefined from the outside.
* o Much improved Debug class.Trygve Laugstøl2015-07-261-54/+91
| | | | | | | | - 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 Adding a temperature characteristic. Reading values from the nrf8001.Trygve Laugstøl2015-07-231-9/+32
|
* o Letting each sensor use the configured update interval.Trygve Laugstøl2015-06-211-1/+0
| | | | | 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 Reworking the code after implementing much more on the Android app.Trygve Laugstøl2015-01-041-68/+42
|
* o Initial import of trygvis.io soil moisture device.Trygve Laugstøl2014-12-271-0/+217