You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! is my syntax for ExplicittimeAlarm on time_t for Oct. 10. 2017 22:01:00 correct?
Code:
// create the alarms, to trigger at specific times
Alarm.alarmRepeat(7,0,0, MorningAlarm); // 8:30am every day
Alarm.alarmRepeat(22,0,0,EveningAlarm); // 5:45pm every day
Alarm.alarmRepeat(dowWednesday,20,30,0,WeeklyAlarm); // 18:30:00 every Saturday
Alarm.alarmOnce(0,1,22,10,10,17,ExplicitAlarm); // time_t for Oct. 10. 2017 22:01:00
Explicit code won't work in my project...
The text was updated successfully, but these errors were encountered:
Hi! is my syntax for ExplicittimeAlarm on time_t for Oct. 10. 2017 22:01:00 correct?
Code:
// create the alarms, to trigger at specific times
Alarm.alarmRepeat(7,0,0, MorningAlarm); // 8:30am every day
Alarm.alarmRepeat(22,0,0,EveningAlarm); // 5:45pm every day
Alarm.alarmRepeat(dowWednesday,20,30,0,WeeklyAlarm); // 18:30:00 every Saturday
Alarm.alarmOnce(0,1,22,10,10,17,ExplicitAlarm); // time_t for Oct. 10. 2017 22:01:00
Explicit code won't work in my project...
The text was updated successfully, but these errors were encountered: