Ds3231AlarmOne Class

Definition

Represents alarm 1 on the DS3231

public class Ds3231AlarmOne
type Ds3231AlarmOne = class
Public Class Ds3231AlarmOne
Inheritance
Ds3231AlarmOne

Constructors

Ds3231AlarmOne(Int32, TimeSpan, Ds3231AlarmOneMatchMode)

Creates a new instance of alarm 1 on the DS3231

Properties

AlarmTime

Get or set the time the alarm, Hour, Minute and Second are used

DayOfMonthOrWeek

Day of month or day of week of the alarm. Which one it is depends on the match mode

MatchMode

Mode to use to determine when to trigger the alarm

Applies to