Search found 1 match
- Tue Jun 20, 2017 12:46 am
- Forum: Sample Code
- Topic: DHT22 library for ESP32
- Replies: 1
- Views: 4948
DHT22 library for ESP32
Hello, please feel free to use and share the HDT22 driver / library for ESP32 https://github.com/gosouth/DHT22 The code works fine, however it needs some work in a function called 'getSignalLevel( )'. I'm looking for a good method to measure a pulse width. Something with interrupt blocking... If som...