aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/adc_temperature.py
Commit message (Collapse)AuthorAgeFilesLines
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-041-0/+45
Move the Thermistor code to a new thermistor.py module. Move the Linear code to a new adc_temperature.py module. This simplifies the heater.py code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>