Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 1 | -0/+1 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -35/+43 |
| | |||||
* | aht10: update comments and docs for AHT20/AHT21 support | Scott Mudge | 2023-04-24 | 1 | -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 Mudge | 2023-04-07 | 1 | -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> |