Enum Ds3231AlarmOneMatchMode
Available modes for determining when alarm 1 should trigger.
public enum Ds3231AlarmOneMatchMode : byte
Fields
DayOfMonthHoursMinutesSeconds = 0
Alarm 1 triggers when the day of the month, hours, minutes and seconds match.
DayOfWeekHoursMinutesSeconds = 16
Alarm 1 triggers when the day of the week, hours, minutes and seconda match. Sunday is day 1.
HoursMinutesSeconds = 8
Alarm 1 triggers when the hours, minutes and seconds match.
MinutesSeconds = 12
Alarm 1 triggers when the minutes and seconds match.
OncePerSecond = 15
Alarm 1 triggers at the start of every second.
Seconds = 14
Alarm 1 triggers when the seconds match.