# aht20 I2C driver for Aosong AHT20 humidity and temperature sensor using esp-idf. Tested with hardware. # How To Use This aht20 driver includes a demo example. Please follow that for initialization and reading the sensor. Other public APIs are documented in AHT20.h. Additionaly, select AHT20 menu under Component Config menu in menuconfig or sdkconfig; to use CRC(default is not used) or change the clock speed of device (deault is 100KHz).  Also, this aht20 driver has a test app.
idf.py add-dependency "jeetrohan/aht20^1.0.0"