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:
Scott Mudge 2023-04-07 13:41:06 -04:00 committed by GitHub
parent 754a67af4e
commit acca55b074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 163 additions and 0 deletions

View file

@ -18,6 +18,9 @@
# Load "SI7013", "SI7020", "SI7021", "SHT21", and "HTU21D" sensors
[htu21d]
# Load "AHT10"
[aht10]
# Load "LM75" sensor
[lm75]