mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
adc_temperature: Add builtin definition for PT1000 sensors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8d10379ad8
commit
a074af7c87
3 changed files with 29 additions and 2 deletions
|
@ -129,6 +129,10 @@ resistance3: 3000
|
|||
sensor_type: my_custom_resistance_adc
|
||||
sensor_pin: analog5
|
||||
|
||||
[temperature_sensor test_PT1000]
|
||||
sensor_type: PT1000
|
||||
sensor_pin: analog9
|
||||
|
||||
[controller_fan test_controller_fan]
|
||||
pin: ar17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue