aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/lm75.py
Commit message (Expand)AuthorAgeFilesLines
* lm75: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* lm75: Implement support for min_temp/max_temp checksKevin O'Connor2021-02-011-2/+8
* lm75: Use getfloat() for reading the lm75_report_time parameterKevin O'Connor2021-02-011-10/+4
* lm75: Start temperature measurements from "klippy:connect" callbackKevin O'Connor2020-12-011-2/+3
* lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101)combolek2020-07-191-0/+107