aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-04-09 12:14:20 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-04-09 12:17:39 -0400
commit8c8261ba8009b5c16815cb5166d50f7269d786cc (patch)
tree095fa521d83fd19031ed9b6e87c1e491ce66ae5d /config/example.cfg
parentf8a28401c044575c68e9b4de372d171628bcf80f (diff)
downloadkutter-8c8261ba8009b5c16815cb5166d50f7269d786cc.tar.gz
kutter-8c8261ba8009b5c16815cb5166d50f7269d786cc.tar.xz
kutter-8c8261ba8009b5c16815cb5166d50f7269d786cc.zip
thermistor: Add support for defining custom thermistors
Add the ability to define a new thermistor type in the config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg
index ae8c3b9a..9d860a58 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -146,8 +146,9 @@ 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". This parameter
-# must be provided.
+# 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.
sensor_pin: analog13
# Analog input pin connected to the sensor. This parameter must be
# provided.