Read the temperature sensor’s value. If no unit is specified as parameter, the value will be expressed in Celsius.
ENV.readTemperature(unit)
The sensor’s temperature value as float in the specified unit.
Serial.print("Temperature = ");
Serial.print(ENV.readTemperature());
Serial.println(" °C");