Edit

Share via


Bmm150I2cBase.ReadByte(I2cDevice, Byte) Method

Definition

Read a byte on a specific register

public abstract byte ReadByte (System.Device.I2c.I2cDevice i2CDevice, byte reg);
abstract member ReadByte : System.Device.I2c.I2cDevice * byte -> byte
Public MustOverride Function ReadByte (i2CDevice As I2cDevice, reg As Byte) As Byte

Parameters

i2CDevice
I2cDevice

I2C device

reg
Byte

The register to read

Returns

Applies to