This is the interface to the RTC Hardware.
Definition: RTC.h:46
RtcTime getTime()
Get RTC time.
void begin()
Initialize the RTC library.
void attachAlarm(void(*isr)(void))
Attach the alarm handler.
void cancelAlarm()
Cancel RTC alarm time.
RtcClass()
Create RtcClass object.
Definition: RTC.h:51
void end()
Finalize the RTC library.
void setTime(RtcTime &rtc)
Set RTC time.
void setAlarm(RtcTime &rtc)
Set RTC alarm time.
void detachAlarm()
Detach the alarm handler.
void setAlarmSeconds(uint32_t seconds)
Set RTC alarm time after the specified seconds.
RTC time definitions.
Definition: RtcTime.h:35