Edit

Share via


Bmx280Base(Byte, I2cDevice) Constructor

Definition

Initializes a new instance of the Bmx280Base class.

protected Bmx280Base (byte deviceId, System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Bmxx80.Bmx280Base : byte * System.Device.I2c.I2cDevice -> Iot.Device.Bmxx80.Bmx280Base
Protected Sub New (deviceId As Byte, i2cDevice As I2cDevice)

Parameters

deviceId
Byte

The ID of the device.

i2cDevice
I2cDevice

The I2cDevice to create with.

Applies to