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.