27 m_Async(
false), m_Active(0), tick(0) {
30 m_Async(
false), m_Active(0), tick(t) {
32 Alarm(uint32_t t,
bool asynch) :
33 m_Async(asynch), m_Active(0), tick(t) {
35 void set(uint32_t t) {
38 void async(
bool value) {
44 void active(
bool value) {
47 bool active ()
const {
63 RTCAlarm(uint32_t t,uint16_t m,
bool asynch) :
Alarm(t,asynch), millis(m) {}