mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-11 16:57:55 -06:00
adc_temperature: add support for AD597 (#3164)
The AD597 thermocouple amplifier is used in the Raise3D N2+ (and possibly others). Signed-off-by: Bryan Boettcher <bryan.boettcher@gmail.com>
This commit is contained in:
parent
864d172b68
commit
04bd48ca9d
3 changed files with 13 additions and 4 deletions
|
@ -900,8 +900,8 @@
|
|||
# See the "extruder" section in example.cfg for a description of
|
||||
# heater parameters. The parameters below describe sensor parameters.
|
||||
#sensor_type:
|
||||
# One of "PT100 INA826", "AD595", "AD8494", "AD8495", "AD8496", or
|
||||
# "AD8497".
|
||||
# One of "PT100 INA826", "AD595", "AD597", "AD8494", "AD8495",
|
||||
# "AD8496", or "AD8497".
|
||||
#sensor_pin:
|
||||
# Analog input pin connected to the sensor. This parameter must be
|
||||
# provided.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue