aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-get-value.h
Commit message (Collapse)AuthorAgeFilesLines
* Getting started on a port to OSX.Trygve Laugstøl2015-06-301-1/+5
|
* ble-scan:Trygve Laugstøl2015-06-211-2/+2
| | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac().
* SoilMoisture:Trygve Laugstøl2015-06-211-42/+58
| | | | | | o Adding getName(). sm-get-value: o More cleanup.
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-211-95/+85
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-211-24/+45
| | | | | sm-get-value: o Using the io code for writing samples
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-0/+153
o Ading CMake magic to generate the launcher