diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-03-05 11:46:01 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-03-05 11:46:01 -0500 |
commit | a074af7c871633f2fad5dd207f9945a020a0cde5 (patch) | |
tree | 66a17cda6c778b16fc3c3e4bef17e1544d8ba20a /config/example-extras.cfg | |
parent | 8d10379ad8d9a7d6a65f976dc120d67140860a95 (diff) | |
download | kutter-a074af7c871633f2fad5dd207f9945a020a0cde5.tar.gz kutter-a074af7c871633f2fad5dd207f9945a020a0cde5.tar.xz kutter-a074af7c871633f2fad5dd207f9945a020a0cde5.zip |
adc_temperature: Add builtin definition for PT1000 sensors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 1ff7c10b..eee10fd5 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -874,6 +874,19 @@ #voltage_offset: 0 # The ADC voltage offset (in Volts). The default is 0. +# Directly connected PT1000 sensor. The following parameters are +# available in heater sections that use one of these sensors. +#[extruder] +# See the "extruder" section in example.cfg for a description of +# heater parameters. The parameters below describe sensor parameters. +#sensor_type: PT1000 +#sensor_pin: +# Analog input pin connected to the sensor. This parameter must be +# provided. +#pullup_resistor: 4700 +# The resistance (in ohms) of the pullup attached to the sensor. The +# default is 4700 ohms. + # Custom thermistors (one may define any number of sections with a # "thermistor" prefix). A custom thermistor may be used in the # sensor_type field of a heater config section. (For example, if one |