Loading...
Searching...
No Matches

Configuration parameters. More...

Detailed Description

Configuration parameters.

Definition at line 115 of file mag3110.h.

#include <mag3110.h>

Data Fields

i2c_t i2c
 I2C bus the device is connected to.
 
uint8_t addr
 I2C bus address of the device.
 
uint8_t type
 device type
 
uint8_t dros
 sampling rate to use
 
int16_t offset [3]
 data offset in X, Y, and Z direction
 

Field Documentation

◆ addr

uint8_t mag3110_params_t::addr

I2C bus address of the device.

Definition at line 117 of file mag3110.h.

◆ dros

uint8_t mag3110_params_t::dros

sampling rate to use

Definition at line 119 of file mag3110.h.

◆ i2c

i2c_t mag3110_params_t::i2c

I2C bus the device is connected to.

Definition at line 116 of file mag3110.h.

◆ offset

int16_t mag3110_params_t::offset[3]

data offset in X, Y, and Z direction

Definition at line 120 of file mag3110.h.

◆ type

uint8_t mag3110_params_t::type

device type

Definition at line 118 of file mag3110.h.


The documentation for this struct was generated from the following file: