-
-
Notifications
You must be signed in to change notification settings - Fork 127
RtcTemperature object
Michael Miller edited this page Jul 6, 2023
·
4 revisions
RtcTemperature represents the temperature one object. It is used to retrieve the temperature.
Construct a temperature object from degrees (Celsius).
degrees - whole degrees Celsius
fraction - 1/100th of degree, the fractional part
<return>, the temperature as a float (25.25) in Celcius
<return>, the temperature as a float (77.45) in Fahrenheit
<return>, the temperature as a float (2525)