The sketch AnalogRead.ino and the function name getTempDegF() give the wrong impression that the temperature returned is in Fahrenheit, where it is in reality Celsius.
Solution
Either the function needs to be changed to return Fahrenheit or the update to the documentation.
Ideally however a function getTempDegC() is added in CommonAnalog.cpp. The code is already there :-)
The sketch AnalogRead.ino and the function name getTempDegF() give the wrong impression that the temperature returned is in Fahrenheit, where it is in reality Celsius.
Solution Either the function needs to be changed to return Fahrenheit or the update to the documentation. Ideally however a function getTempDegC() is added in CommonAnalog.cpp. The code is already there :-)
regards, Paul