Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ds18b20: round reported temps to 2 decimal places | Eric Callahan | 2021-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | ds18b20: Improve Python3 compatibility | Kevin O'Connor | 2021-10-07 | 1 | -3/+4 |
| | | | | | | Reported by @matthewlloyd. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | ds18b20: new module for 1-wire temperature sensor (#3462) | Alan Lord | 2021-02-02 | 1 | -0/+77 |
Initial commit of code to support 1-wire (Dallas) sensors such as the DS18B20. Requires Linux kernel drivers to create a file in /sysfs which is read by this module, and temperature typically returned to a temperature_fan. Signed-off-by: Alan Lord <alanslists@gmail.com> Signed-off-by: Josh Headapohl <joshhead@gmail.com> |