.tempC


DESCRIPTION
Returns a float with the temperature in Celsius of the internal thermometer on DS3231. Remember that if DS3231 is in a seal box, or other electronic components that raise the temperature near the DS3231, the temperature will be an approximation.


SYNTAX
RTC.tempC();


PARAMETERS
none

RETURNS
A float of the temperature in Celsius.


EXAMPLE


SEE ALSO
  • .setYYMMDDHHMMSS
  • .setYYMMDD
  • .setHHMMSS
  • .getYYMMDDHHMMSS
  • .getTime24