summaryrefslogtreecommitdiffstats
path: root/libsensors/TemperatureSensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libsensors: Big cleanup.Kyle Repinski2016-01-171-1/+1
| | | | | | | - Some formatting nitpicks. - Removed useless 'dev_name'/'dev_fd' stuff for SensorBase. - Merged sensor structs together. - Added handleToDriver for MPLSensor.
* tuna: Add ambient temperature sensor.Kyle Repinski2014-12-131-0/+41
This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: libsensors/sensors.cpp