mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 14:55:09 -06: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:
parent
754a67af4e
commit
acca55b074
2 changed files with 163 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
# Load "SI7013", "SI7020", "SI7021", "SHT21", and "HTU21D" sensors
|
||||
[htu21d]
|
||||
|
||||
# Load "AHT10"
|
||||
[aht10]
|
||||
|
||||
# Load "LM75" sensor
|
||||
[lm75]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue