diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/temperature.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/klippy/temperature.cfg b/test/klippy/temperature.cfg index fef12161..b4a75e3c 100644 --- a/test/klippy/temperature.cfg +++ b/test/klippy/temperature.cfg @@ -117,6 +117,22 @@ control: watermark sensor_type: my_custom_adc sensor_pin: analog4 +[adc_temperature my_custom_resistance_adc] +temperature1: 25 +resistance1: 1000 +temperature2: 100 +resistance2: 2000 +temperature3: 250 +resistance3: 3000 + +[temperature_fan test_custom_resistance_adc] +pin: ar17 +min_temp: 0 +max_temp: 100 +control: watermark +sensor_type: my_custom_resistance_adc +sensor_pin: analog5 + [mcu] serial: /dev/ttyACM0 pin_map: arduino |