diff options
author | Scott Mudge <19617165+scottmudge@users.noreply.github.com> | 2023-04-07 13:41:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 13:41:06 -0400 |
commit | acca55b074d5d51cb93be36c9f3597ef3c998873 (patch) | |
tree | a23c05e24af94777655a24000a14d67917d3136a /klippy/extras/temperature_sensors.cfg | |
parent | 754a67af4e0286b9b4ce43716c420618bbfdf172 (diff) | |
download | kutter-acca55b074d5d51cb93be36c9f3597ef3c998873.tar.gz kutter-acca55b074d5d51cb93be36c9f3597ef3c998873.tar.xz kutter-acca55b074d5d51cb93be36c9f3597ef3c998873.zip |
aht10: Added support for AHT10 ambient temperature sensor (#6138)
This commit adds support for the I2C-based AHT10 ambient temperature sensor. The sensor comes pre-calibrated and has a fairly simple command interface, so the interface class is in-turn relatively simple. So far this has been tested on a BTT GTR 1.0 MCU board (STM32F4), and seems to work fine.
Signed-off-by: Scott Mudge <mail@scottmudge.com>
Diffstat (limited to 'klippy/extras/temperature_sensors.cfg')
-rw-r--r-- | klippy/extras/temperature_sensors.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/klippy/extras/temperature_sensors.cfg b/klippy/extras/temperature_sensors.cfg index ebee3089..7e0d918f 100644 --- a/klippy/extras/temperature_sensors.cfg +++ b/klippy/extras/temperature_sensors.cfg @@ -18,6 +18,9 @@ # Load "SI7013", "SI7020", "SI7021", "SHT21", and "HTU21D" sensors [htu21d] +# Load "AHT10" +[aht10] + # Load "LM75" sensor [lm75] |