Stores alarm information from a realtime clock chip. More...
#include <RTC.h>
Public Attributes | |
uint8_t | hour |
Hour of the day for the alarm (0-23). | |
uint8_t | minute |
Minute of the hour for the alarm (0-59). | |
uint8_t | flags |
Additional flags for the alarm. More... | |
Stores alarm information from a realtime clock chip.
RTCAlarm::flags |