Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 1 | -0/+1 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -18/+19 |
| | |||||
* | lm75: round reported temps to 2 decimal places | Eric Callahan | 2021-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | lm75: Implement support for min_temp/max_temp checks | Kevin O'Connor | 2021-02-01 | 1 | -2/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lm75: Use getfloat() for reading the lm75_report_time parameter | Kevin O'Connor | 2021-02-01 | 1 | -10/+4 |
| | | | | | | Reported by @theopensourcer. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lm75: Start temperature measurements from "klippy:connect" callback | Kevin O'Connor | 2020-12-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101) | combolek | 2020-07-19 | 1 | -0/+107 |
Signed-off-by: Boleslaw Ciesielski <combolek@users.noreply.github.com> |