Ak8963I2c Class

Definition

Default I2C interface for the AK8963

public class Ak8963I2c : Iot.Device.Magnetometer.Ak8963I2cBase
type Ak8963I2c = class
    inherit Ak8963I2cBase
Public Class Ak8963I2c
Inherits Ak8963I2cBase
Inheritance
Ak8963I2c

Constructors

Ak8963I2c()

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