Edit

Share via


Max44009 Constructors

Definition

Overloads

Max44009(I2cDevice)

Creates a new instance of the MAX44009, MAX44009 working mode is default. (Consume lowest power)

Max44009(I2cDevice, IntegrationTime)

Creates a new instance of the MAX44009, MAX44009 working mode is continuous. (Consume slightly higher power than in the default mode)

Max44009(I2cDevice)

Creates a new instance of the MAX44009, MAX44009 working mode is default. (Consume lowest power)

public Max44009 (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Max44009.Max44009 : System.Device.I2c.I2cDevice -> Iot.Device.Max44009.Max44009
Public Sub New (i2cDevice As I2cDevice)

Parameters

i2cDevice
I2cDevice

The I2C device used for communication.

Applies to

Max44009(I2cDevice, IntegrationTime)

Creates a new instance of the MAX44009, MAX44009 working mode is continuous. (Consume slightly higher power than in the default mode)

public Max44009 (System.Device.I2c.I2cDevice i2cDevice, Iot.Device.Max44009.IntegrationTime integrationTime);
new Iot.Device.Max44009.Max44009 : System.Device.I2c.I2cDevice * Iot.Device.Max44009.IntegrationTime -> Iot.Device.Max44009.Max44009
Public Sub New (i2cDevice As I2cDevice, integrationTime As IntegrationTime)

Parameters

i2cDevice
I2cDevice

The I2C device used for communication.

integrationTime
IntegrationTime

Measurement Cycle

Applies to