Enum Ds3231AlarmTwoMatchMode
Available modes for determining when alarm 2 should trigger.
public enum Ds3231AlarmTwoMatchMode : byte
Fields
DayOfMonthHoursMinutes = 0
Alarm 2 triggers when the day of the month, hours and minutes match.
DayOfWeekHoursMinutes = 8
Alarm 2 triggers when the day of the week, hours and minutes match. Sunday is day 1.
HoursMinutes = 4
Alarm 2 triggers when the hours and minutes match.
Minutes = 6
Alarm 2 triggers when the minutes match.
OncePerMinute = 7
Alarm 2 triggers at the start of every minute.