Read the thermocouple’s hot junction (its tip) temperature value.
THERM.readTemperature()
None.
The thermocouple’s hot junction temperature value in degrees Celsius.
Serial.print("Temperature = ");
Serial.print(THERM.readTemperature());
Serial.println(" °C");