Access to the real time clock. More...

Collaboration diagram for Real Time Clock:

Classes

class  RtcClass
 

Variables

RtcClass RTC
 Global instance of real time clock object. More...
 

Detailed Description

Access to the real time clock.

Real time clock class.

Note
Provides ability to set and read the ESP8266 RTC.

Variable Documentation

◆ RTC

RtcClass RTC

Global instance of real time clock object.

Note
Use RTC.function to access real time clock functions
Example:
RTC.setRtcSeconds(1454225610); //set time to 07:33:30 2016-31-01