Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 1 | -15/+35 |
| | | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge. | ||||
* | o Fixing off-by-one error when reading device name. | Trygve Laugstøl | 2016-02-14 | 1 | -1/+5 |
| | |||||
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 1 | -8/+56 |
| | | | | | | - Adding support for reading FLOAT (specified in IEEE 11073-20601) values from a bluetooth device. - More shared pointers to help keep track of the object's lifecycle. Makes sure that the connections are released back to Linux, Linux is way to sensitive with crashing applications. o Adding support for reading the temperature sensors from the SoilMoisture device. | ||||
* | o Going back to a bunch of cpp files instead of launcher+bunch of header ↵ | Trygve Laugstøl | 2015-07-19 | 1 | -2/+1 |
| | | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. | ||||
* | o Applying clang-format to all apps. | Trygve Laugstøl | 2015-07-19 | 1 | -38/+26 |
| | |||||
* | SoilMoisture: | Trygve Laugstøl | 2015-06-21 | 1 | -2/+3 |
| | | | | o Updating for changed get_value struct. | ||||
* | SoilMoisture: | Trygve Laugstøl | 2015-06-21 | 1 | -0/+12 |
| | | | | | | 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øl | 2015-06-21 | 1 | -7/+7 |
| | | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling. | ||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | o Formatting. | Trygve Laugstøl | 2015-03-08 | 1 | -3/+2 |
| | |||||
* | o Starting a new class for all SoilMoisture GATT stuff. | Trygve Laugstøl | 2015-02-22 | 1 | -0/+121 |