Arduino_MKRTHERM - readTemperature()

Read the thermocouple’s hot junction (its tip) temperature value.

Syntax

THERM.readTemperature() 

Parameters

None.

Returns

The thermocouple’s hot junction temperature value in degrees Celsius.

Example

Serial.print("Temperature = ");
Serial.print(THERM.readTemperature());
Serial.println(" °C");

See also