Table of Contents

Class Mcp79401

Namespace
Iot.Device.Mcp7940xx
Assembly
Iot.Device.Mcp7940xx.dll

Battery-Backed I2C Real-Time Clock/Calendar with SRAM, EEPROM and pre-programmed EUI-48 MAC ID.

public class Mcp79401 : Mcp79400
Inheritance
Mcp79401
Derived
Inherited Members

Constructors

Mcp79401(I2cDevice, ClockSource)

Initializes a new instance of the Mcp79401 class.

public Mcp79401(I2cDevice i2cDevice, ClockSource clockSource)

Parameters

i2cDevice I2cDevice

The I2C device to use for communication.

clockSource ClockSource

The clocks oscillator configuration.

Exceptions

ArgumentNullException

Thrown when i2cDevice is null.