Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Going back to a bunch of cpp files instead of launcher+bunch of header ↵ | Trygve Laugstøl | 2015-07-19 | 1 | -1/+1 |
| | | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. | ||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -0/+4 |
| | |||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 1 | -0/+10 |
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. |