SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Create AHT.h #12

Closed milanos closed 2 years ago

milanos commented 2 years ago

It's a new ATH10 sensor (humi and temp) based on DHT sensor and Adafruit_AHTX0 libary

milanos commented 2 years ago

all changes done

milanos commented 2 years ago

done, please check

klew commented 2 years ago

Thanks for your contribution!

There were still some cpplint issues related to code formatting, however I fixed them after merge.