Edit

Share via


Bmm150Compensation Class

Definition

Implements the Bmm150 magnetic field data (off-chip) temperature compensation functions https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf Page 15

public class Bmm150Compensation
type Bmm150Compensation = class
Public Class Bmm150Compensation
Inheritance
Bmm150Compensation

Constructors

Bmm150Compensation()

Methods

CompensateX(Double, UInt32, Bmm150TrimRegisterData)

Returns the compensated magnetometer x axis data(micro-tesla) in float. More details, permalink: https://github.com/BoschSensortec/BMM150-Sensor-API/blob/a20641f216057f0c54de115fe81b57368e119c01/bmm150.c#L1614

CompensateY(Double, UInt32, Bmm150TrimRegisterData)

Returns the compensated magnetometer y axis data(micro-tesla) in float. More details, permalink: https://github.com/BoschSensortec/BMM150-Sensor-API/blob/a20641f216057f0c54de115fe81b57368e119c01/bmm150.c#L1648

CompensateZ(Double, UInt32, Bmm150TrimRegisterData)

Returns the compensated magnetometer z axis data(micro-tesla) in float. More details, permalink: https://github.com/BoschSensortec/BMM150-Sensor-API/blob/a20641f216057f0c54de115fe81b57368e119c01/bmm150.c#L1682

Applies to