Skip to content

Commit 41e2914

Browse files
committed
Update Example6_Rolling_Alarms.ino
1 parent ea2e7ea commit 41e2914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RTC/examples/Example6_Rolling_Alarms/Example6_Rolling_Alarms.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void loop()
5353
// Set the RTC's rolling alarm
5454
myRTC.setAlarm(0, (myRTC.seconds + 5) % 60, myRTC.minute,
5555
myRTC.hour, myRTC.dayOfMonth, myRTC.month);
56-
myRTC.setAlarmMode(2);
56+
myRTC.setAlarmMode(6);
5757
Serial.print("Rolling alarm: "); printAlarm();
5858
}
5959

0 commit comments

Comments
 (0)