diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-04 14:16:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-24 11:16:05 -0400 |
commit | eba252d3fd963ae10a51bea644f2b0c9e504e559 (patch) | |
tree | d472e0a01f04adedfe5a47a11e91133cd8166da1 /config/example.cfg | |
parent | 940db6bd70be981c2002905bbbbb7f41977b79e9 (diff) | |
download | kutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.tar.gz kutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.tar.xz kutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.zip |
thermocouple: Add initial support for common SPI temperature sensing chips
Signed-off-by: Petri Honkala <cruwaller@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg index 025f6b71..636b1095 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -147,8 +147,9 @@ heater_pin: ar10 sensor_type: EPCOS 100K B57560G104F # Type of sensor - this may be "EPCOS 100K B57560G104F", "ATC # Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K -# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", or "PT100 -# INA826". Additional sensor types may be available - see the +# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", "PT100 +# INA826", "MAX6675", "MAX31855", "MAX31856", or "MAX31865". +# Additional sensor types may be available - see the # example-extras.cfg file for details. This parameter must be # provided. sensor_pin: analog13 |