Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heater: Move Thermistor and Linear to their own files in extras/ | Kevin O'Connor | 2018-04-04 | 1 | -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> |