Christian Dupaty 03/2021 Library and demo for BMM150 see datasheet here : https://www.bosch-sensortec.com/products/motion-sensors/magnetometers-bmm150/ Adaptation of BOSCH driver https://github.com/BoschSensortec/BMM150-Sensor-API for ARM MBED and tested on NUCLEO-L073RZ and GEOMAGNETIC CLICK https://www.mikroe.com/geomagnetic-click

Dependents:   BMM150_HelloWorld2

Embed: (wiki syntax)

« Back to documentation index

bmm150_trim_registers Struct Reference

bmm150_trim_registers Struct Reference

bmm150 trim data structure More...

#include <bmm150_defs.h>

Data Fields

char dig_x1
char dig_y1
char dig_x2
char dig_y2
unsigned int dig_z1
int dig_z2
int dig_z3
int dig_z4
unsigned char dig_xy1
char dig_xy2
unsigned int dig_xyz1

Detailed Description

bmm150 trim data structure

Definition at line 263 of file bmm150_defs.h.


Field Documentation

char dig_x1

trim x1 data

Definition at line 265 of file bmm150_defs.h.

char dig_x2

trim x2 data

Definition at line 269 of file bmm150_defs.h.

unsigned char dig_xy1

trim xy1 data

Definition at line 281 of file bmm150_defs.h.

char dig_xy2

trim xy2 data

Definition at line 283 of file bmm150_defs.h.

unsigned int dig_xyz1

trim xyz1 data

Definition at line 285 of file bmm150_defs.h.

char dig_y1

trim y1 data

Definition at line 267 of file bmm150_defs.h.

char dig_y2

trim y2 data

Definition at line 271 of file bmm150_defs.h.

unsigned int dig_z1

trim z1 data

Definition at line 273 of file bmm150_defs.h.

int dig_z2

trim z2 data

Definition at line 275 of file bmm150_defs.h.

int dig_z3

trim z3 data

Definition at line 277 of file bmm150_defs.h.

int dig_z4

trim z4 data

Definition at line 279 of file bmm150_defs.h.