aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-232-14/+141
| | | | | | | | | | o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement.
* o Starting a new class for all SoilMoisture GATT stuff.Trygve Laugstøl2015-02-225-238/+175
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-223-9/+7
|
* o Reading soil moisture values in a loop.Trygve Laugstøl2015-02-221-35/+90
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-213-3/+51
|
* o Consistence reference usage.Trygve Laugstøl2015-02-211-0/+2
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-212-44/+39
|
* wipTrygve Laugstøl2015-02-201-50/+42
|
* Reorganizing the source code:Trygve Laugstøl2015-02-204-0/+287
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.