aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorGeoff Shannon <geoffpshannon@gmail.com>2019-10-10 17:11:34 -0700
committerKevinOConnor <kevin@koconnor.net>2019-10-10 20:11:34 -0400
commit789659599cc711d9b45adf73dbd0cd66731a045c (patch)
tree4376728a60a4351b33b2737bc37ca4a2de3a2660 /config/example-extras.cfg
parent6d7d079bab1a54b2f36a8d465c9bebee3078b5d6 (diff)
downloadkutter-789659599cc711d9b45adf73dbd0cd66731a045c.tar.gz
kutter-789659599cc711d9b45adf73dbd0cd66731a045c.tar.xz
kutter-789659599cc711d9b45adf73dbd0cd66731a045c.zip
adc_temperature: add support for AD849x thermocouple amplifiers (#1994)
Signed-off-by: Geoff Shannon <geoffpshannon@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index c595bafd..feba2a38 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -835,6 +835,24 @@
# pullup_resistor parameter (see example.cfg for details). At least
# two measurements must be provided.
+# AD849x series thermocouple amplifier temperature sensors. The
+# following parameters are available in heater sections that use one
+# of these sensor types.
+#[extruder]
+# See the "extruder" section in example.cfg for a description of
+# heater parameters. The parameters below describe sensor parameters.
+#sensor_type:
+# One of "AD8494", "AD8495", "AD8496", "AD8497"
+#adc_voltage:
+# The reference voltage for the ADC pin specified for
+# sensor_pin. This parameter is required.
+#sensor_pin:
+# The ADC pin the AD849x device is connected to. This parameter is
+# required.
+#voltage_offset:
+# The voltage applied to the REF pin on the AD849x device being
+# used. The default is 0.
+
# MAXxxxxx serial peripheral interface (SPI) temperature based
# sensors. The following parameters are available in heater sections
# that use one of these sensor types.