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_settings Struct Reference

bmm150_settings Struct Reference

bmm150 sensor settings More...

#include <bmm150_defs.h>

Data Fields

unsigned char xyz_axes_control
unsigned char pwr_cntrl_bit
unsigned char pwr_mode
unsigned char data_rate
unsigned char xy_rep
unsigned char z_rep
unsigned char preset_mode

Detailed Description

bmm150 sensor settings

Definition at line 291 of file bmm150_defs.h.


Field Documentation

unsigned char data_rate

Data rate value (ODR)

Definition at line 299 of file bmm150_defs.h.

unsigned char preset_mode

Preset mode of sensor

Definition at line 305 of file bmm150_defs.h.

unsigned char pwr_cntrl_bit

Power control bit value

Definition at line 295 of file bmm150_defs.h.

unsigned char pwr_mode

Power control bit value

Definition at line 297 of file bmm150_defs.h.

unsigned char xy_rep

XY Repetitions

Definition at line 301 of file bmm150_defs.h.

unsigned char xyz_axes_control

Control measurement of XYZ axes

Definition at line 293 of file bmm150_defs.h.

unsigned char z_rep

Z Repetitions

Definition at line 303 of file bmm150_defs.h.