diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-07-11 12:50:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-07-11 12:50:58 -0400 |
commit | af981432f0d62e21638a4cbab1c163e0c8440c3a (patch) | |
tree | f9a9078a63326c2f9ccbf4d636b4102e4f893034 /config | |
parent | c83688b7bc7fcbc1a413d5707d11a2d2b674d48d (diff) | |
download | kutter-af981432f0d62e21638a4cbab1c163e0c8440c3a.tar.gz kutter-af981432f0d62e21638a4cbab1c163e0c8440c3a.tar.xz kutter-af981432f0d62e21638a4cbab1c163e0c8440c3a.zip |
thermistor: Add in definition for "SliceEngineering 450" thermistor
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example.cfg b/config/example.cfg index b93dda6f..e0f1bebf 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -159,9 +159,9 @@ heater_pin: ar10 sensor_type: EPCOS 100K B57560G104F # Type of sensor - common thermistors are "EPCOS 100K B57560G104F", # "ATC Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K -# 135-104LAG-J01", and "NTC 100K MGB18-104F39050L32". See the -# example-extras.cfg file for other sensors. This parameter must be -# provided. +# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", and +# "SliceEngineering 450". See the example-extras.cfg file for other +# sensors. This parameter must be provided. sensor_pin: analog13 # Analog input pin connected to the sensor. This parameter must be # provided. |