int temperature = 0; int humidity = 0; // Attempt to read the temperature and humidity values from the DHT11 sensor. dht11.readTemperatureHumidity(temperature, humidity);