summaryrefslogtreecommitdiffstats
path: root/sysfs/sysfswrite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sysfs: style fix on sysfswritePatrick Venture2019-02-111-2/+2
| | | | | | | Fix camelCase styling on sysfswrite. Change-Id: I6dec7f46687a1276e756687bc9669ab163b5fdc4 Signed-off-by: Patrick Venture <venture@google.com>
* Move all floats to doublesPatrick Venture2018-11-111-5/+5
| | | | | | | | | The code was developed initially around a pid loop implemented using floats. Therefore, the code was converting back and forth between double for sensor values as inputs and outputs from this PID loop. Change-Id: I2d2919e1165103040729c9f16bb84fde3dd6b81b Signed-off-by: Patrick Venture <venture@google.com>
* add .clang-formatPatrick Venture2018-08-311-3/+2
| | | | | Change-Id: I6627b5569c2e0f730be7331403218b823a2c622f Signed-off-by: Patrick Venture <venture@google.com>
* Sensor ObjectsPatrick Venture2018-03-081-0/+48
This includes all the sensor objects including a few implementations, including dbus and sysfs sensors. Change-Id: I9897c79f9fd463f00f0e02aeb6c32ffa89635dbe Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud