aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/aht10.py
Commit message (Collapse)AuthorAgeFilesLines
* aht10: update comments and docs for AHT20/AHT21 supportScott Mudge2023-04-241-1/+3
| | | | | The control bytes for the AHT20 and AHT21 are identical to the AHT10, but I had not been able to test just yet to ensure the sensor code supported the other sensors. I've wrapped up testing and updated the comments/docs to reflect this additional support. Signed-off-by: Scott Mudge <mail@scottmudge.com>
* aht10: Added support for AHT10 ambient temperature sensor (#6138)Scott Mudge2023-04-071-0/+160
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>