diff options
author | Douglas Hammond <wizhippo@gmail.com> | 2019-02-25 14:17:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-26 13:15:56 -0500 |
commit | b6589406d46186bc9ae76a3db49363c5168e30e9 (patch) | |
tree | 0e4cbbe8f4fa5635e836da4cc040e3242e39a559 /test | |
parent | f9968904d6c9013b29d77dcdda95f0735308fadd (diff) | |
download | kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.tar.gz kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.tar.xz kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.zip |
temperature_sensor: Add generic temperature sensor support
Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/temperature.cfg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/klippy/temperature.cfg b/test/klippy/temperature.cfg index b4a75e3c..a1e28541 100644 --- a/test/klippy/temperature.cfg +++ b/test/klippy/temperature.cfg @@ -125,11 +125,7 @@ resistance2: 2000 temperature3: 250 resistance3: 3000 -[temperature_fan test_custom_resistance_adc] -pin: ar17 -min_temp: 0 -max_temp: 100 -control: watermark +[temperature_sensor test_custom_resistance_adc] sensor_type: my_custom_resistance_adc sensor_pin: analog5 |