Edit

Share via


Bmm150I2cBase.WriteRegister(I2cDevice, Byte, Byte) Method

Definition

Write a register of the Bmm150

public abstract void WriteRegister (System.Device.I2c.I2cDevice i2CDevice, byte reg, byte data);
abstract member WriteRegister : System.Device.I2c.I2cDevice * byte * byte -> unit
Public MustOverride Sub WriteRegister (i2CDevice As I2cDevice, reg As Byte, data As Byte)

Parameters

i2CDevice
I2cDevice

I2C device

reg
Byte

The register to write

data
Byte

The data byte to write

Applies to