Ds3231AlarmTwoMatchMode Enum

Definition

Available modes for determining when alarm 2 should trigger

public enum Ds3231AlarmTwoMatchMode
type Ds3231AlarmTwoMatchMode = 
Public Enum Ds3231AlarmTwoMatchMode
Inheritance
Ds3231AlarmTwoMatchMode

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

Applies to