aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorScott Mudge <19617165+scottmudge@users.noreply.github.com>2023-04-15 19:17:54 -0400
committerGitHub <noreply@github.com>2023-04-15 19:17:54 -0400
commit4748dffd7a0fcf736b270b6d37c5e6fbb8f07805 (patch)
treebd6cb452ba6e9f8d80259f669aecb3c757ea3303 /docs/Config_Reference.md
parenta8b1b0ef0572f07f04f0d68969ef042fff290fa7 (diff)
downloadkutter-4748dffd7a0fcf736b270b6d37c5e6fbb8f07805.tar.gz
kutter-4748dffd7a0fcf736b270b6d37c5e6fbb8f07805.tar.xz
kutter-4748dffd7a0fcf736b270b6d37c5e6fbb8f07805.zip
docs: Add AHT10 temperature sensor doc section in Config_Reference.md (followup #6138) (#6167)
Followed general outline used by HTU21D and BME280. Signed-off-by: Scott Mudge <mail@scottmudge.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 7aab31d7..eda1a06e 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2375,6 +2375,29 @@ sensor_type: BME280
# above parameters.
```
+### AHT10 temperature sensor
+
+AHT10 two wire interface (I2C) environmental sensor.
+Note that these sensors are not intended for use with extruders and
+heater beds, but rather for monitoring ambient temperature (C) and
+relative humidity. See
+[sample-macros.cfg](../config/sample-macros.cfg) for a gcode_macro
+that may be used to report humidity in addition to temperature.
+
+```
+sensor_type: AHT10
+#i2c_address:
+# Default is 56 (0x38). Some AHT10 sensors give the option to use
+# 57 (0x39) by moving a resistor.
+#i2c_mcu:
+#i2c_bus:
+#i2c_speed:
+# See the "common I2C settings" section for a description of the
+# above parameters.
+#aht10_report_time:
+# Interval in seconds between readings. Default is 30, minimum is 5
+```
+
### HTU21D sensor
HTU21D family two wire interface (I2C) environmental sensor. Note that