Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 1 | -7/+8 |
| | | | | | | - 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 | -0/+85 |
files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. |