aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/ds18b20.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-17/+26
* ds18b20: fix string conversion error on startup (#5559)functionpointer2022-06-081-2/+3
* ds18b20: Don't propagate incorrect temperature on a faultKevin O'Connor2022-06-081-6/+4
* ds18b20: Allow some read errorsfunctionpointer2022-06-081-2/+5
* ds18b20: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* ds18b20: Improve Python3 compatibilityKevin O'Connor2021-10-071-3/+4
* ds18b20: new module for 1-wire temperature sensor (#3462)Alan Lord2021-02-021-0/+77