├── README.md ├── examples ├── AHT10_Serial │ └── AHT10_Serial.ino └── AHT20_Serial │ └── AHT20_Serial.ino ├── keywords.txt ├── library.json ├── library.properties └── src ├── AHTxx.cpp └── AHTxx.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/README.md -------------------------------------------------------------------------------- /examples/AHT10_Serial/AHT10_Serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/examples/AHT10_Serial/AHT10_Serial.ino -------------------------------------------------------------------------------- /examples/AHT20_Serial/AHT20_Serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/examples/AHT20_Serial/AHT20_Serial.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/library.properties -------------------------------------------------------------------------------- /src/AHTxx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/src/AHTxx.cpp -------------------------------------------------------------------------------- /src/AHTxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enjoyneering/AHTxx/HEAD/src/AHTxx.h --------------------------------------------------------------------------------