Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 214 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 214 Bytes

Driver for DHT11 temperature sensor on ESP-IDF framework

  • Create DHT11Struct and call DHT_Init function to initialize.
  • Call DHT_Read function to update the temperature and humidity members of the DHT11Struct.