mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 23:40:25 +09:00
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>
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
# Load "SI7013", "SI7020", "SI7021", "SHT21", and "HTU21D" sensors
|
||||
[htu21d]
|
||||
|
||||
# Load "AHT10"
|
||||
[aht10]
|
||||
|
||||
# Load "LM75" sensor
|
||||
[lm75]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user