aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-04-09 15:11:12 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-04-09 15:12:35 -0400
commitc463893a5ea1353dc3aa94169fa2398ecdd927df (patch)
tree01c1bfae6e8eb33ab4ca9e326073f2aabef72578 /config/example.cfg
parentb2caa486c5a120fa34d9447b617ea89aca1c1c99 (diff)
downloadkutter-c463893a5ea1353dc3aa94169fa2398ecdd927df.tar.gz
kutter-c463893a5ea1353dc3aa94169fa2398ecdd927df.tar.xz
kutter-c463893a5ea1353dc3aa94169fa2398ecdd927df.zip
adc_temperatures: Add "PT100 INA826" sensor type
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/example.cfg b/config/example.cfg
index 9d860a58..7e8c2cd6 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -146,9 +146,10 @@ heater_pin: ar10
# periods) to the heater. The default is 1.0.
sensor_type: EPCOS 100K B57560G104F
# Type of sensor - this may be "EPCOS 100K B57560G104F", "ATC
-# Semitec 104GT-2", "NTC 100K beta 3950", or "AD595". Additional
-# sensor types may be available - see the example-extras.cfg file
-# for details. This parameter must be provided.
+# Semitec 104GT-2", "NTC 100K beta 3950", "AD595", or "PT100
+# INA826". Additional sensor types may be available - see the
+# example-extras.cfg file for details. This parameter must be
+# provided.
sensor_pin: analog13
# Analog input pin connected to the sensor. This parameter must be
# provided.
@@ -158,7 +159,7 @@ sensor_pin: analog13
# thermistor. The default is 4700 ohms.
#adc_voltage: 5.0
# The ADC comparison voltage. This parameter is only valid when the
-# sensor is an AD595. The default is 5 volts.
+# sensor is an AD595 or "PT100 INA826". The default is 5 volts.
control: pid
# Control algorithm (either pid or watermark). This parameter must
# be provided.