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, I´m trying to set an alarm so it is triggered at a specific day of the week e.g. every monday, using function "setAlarm1". However, when I open the serial console, day appears as "unknown".
// Set Alarm - 10h:45m:30s in every Friday (1 - Mon, 7 - Sun)
//setAlarm1(Date or Day, Hour, Minute, Second, Mode, Armed = true)
clock.setAlarm1(7, 15, 40, 15, DS3231_MATCH_DY_H_M_S);
Please tell me how this could be solved.
The text was updated successfully, but these errors were encountered:
Hi, I´m trying to set an alarm so it is triggered at a specific day of the week e.g. every monday, using function "setAlarm1". However, when I open the serial console, day appears as "unknown".
// Set Alarm - 10h:45m:30s in every Friday (1 - Mon, 7 - Sun)
//setAlarm1(Date or Day, Hour, Minute, Second, Mode, Armed = true)
clock.setAlarm1(7, 15, 40, 15, DS3231_MATCH_DY_H_M_S);
Please tell me how this could be solved.
The text was updated successfully, but these errors were encountered: