From 06036951e89f7ad0100860e164d5babbe2ee89b1 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 12 May 2024 07:13:44 -0400 Subject: [PATCH] Update Alarms.md Correct typo in description of alarm bits --- Documentation/Alarms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Alarms.md b/Documentation/Alarms.md index 3144716..4666abc 100644 --- a/Documentation/Alarms.md +++ b/Documentation/Alarms.md @@ -116,7 +116,7 @@ In total, eleven different combinations of values exist for these two parameters |10| True
(Day in Week) | 0b00000000 | Alarm 2 every week, when the Alarm 2 day, hours and minutes values match those of the time and the time seconds value equals zero. The time modes, 24- or 12-hour and AM/PM, are evaluated.| |11| False
(Date in Month) | 0b00000000 | Alarm 2 every month, when the Alarm 2 date, hours and minutes values match those of the time and the time seconds value equals zero. The time modes, 24- or 12-hour and AM/PM, are evaluated.| -Notice that combinations 5 and 6 appear identical to 11 and 12. Fortunately, the methods for setting Alarm 1 and Alarm 2 prevent confusion. Each method sets values for just one of the alarms. +Notice that combinations 5 and 6 appear identical to 10 and 11. Fortunately, the methods for setting Alarm 1 and Alarm 2 prevent confusion. Each method sets values for just one of the alarms. [Back to Contents](#contents)