Bmm150I2c Class

Definition

Default I2C interface for the Bmm150

public class Bmm150I2c : Iot.Device.Bmp180.Bmm150I2cBase
type Bmm150I2c = class
    inherit Bmm150I2cBase
Public Class Bmm150I2c
Inherits Bmm150I2cBase
Inheritance
Bmm150I2c

Constructors

Bmm150I2c()

Methods

ReadByte(I2cDevice, Byte)

Read a byte

ReadBytes(I2cDevice, Byte, Span<Byte>)

Read a byte array

WriteRegister(I2cDevice, Byte, Byte)

Write a byte

Applies to