From 3835654116fd77f539bf643bf22c14fbf43d953b Mon Sep 17 00:00:00 2001 From: combolek <4743344+combolek@users.noreply.github.com> Date: Sun, 19 Jul 2020 17:18:54 -0700 Subject: lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101) Signed-off-by: Boleslaw Ciesielski --- config/example-extras.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'config/example-extras.cfg') diff --git a/config/example-extras.cfg b/config/example-extras.cfg index f5f6bdb4..89279da9 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1036,6 +1036,30 @@ #htu21d_report_time: # interval in seconds between readings. Default is 30 +# LM75/LM75A two wire (I2C) connected temperature sensors. +# These sensors have range up to 125 C, so are usable for e.g. chamber +# temperature monitoring. They can also function as simple +# fan/heater controllers but this mode is not used here. +#[temperature_sensor my_sensor] +# See the "temperature_sensor" section below for a description of its +# parameters. The parameters below describe LM75 family sensor parameters. +#sensor_type: +# Must be "LM75" +#i2c_address: +# Default is 72 (0x48). Normal range is 72-79 (0x48-0x4F) and the 3 low +# bits of the address are configured via pins on the chip (usually +# with jumpers or hard wired). +#i2c_mcu: +# MCU the sensor is connected to. Default is the primary mcu. +#i2c_bus: +# The I2C bus the sensor is connected to. On some MCU platforms the default +# is bus 0. On platforms without bus 0 this parameter is required. +#i2c_speed: +# The I2C speed (in Hz) to use when communicating with the sensor. Default +# is 100000. On some MCUs changing this value has no effect. +#lm75_report_time: +# interval in seconds between readings. Default is 0.8, with minimum 0.5 + # Generic heaters (one may define any number of sections with a # "heater_generic" prefix). These heaters behave similarly to standard # heaters (extruders, heated beds). Use the SET_HEATER_TEMPERATURE -- cgit v1.2.3-70-g09d2