Parameters for the BMX280 sensor. More...

Detailed Description

Parameters for the BMX280 sensor.

These parameters are needed to configure the device at startup.

Definition at line 183 of file bmx280.h.

#include <bmx280.h>

Data Fields

i2c_t i2c_dev
 I2C device which is used. More...
 
uint8_t i2c_addr
 I2C address. More...
 
bmx280_t_sb_t t_sb
 standby More...
 
bmx280_filter_t filter
 filter coefficient More...
 
bmx280_mode_t run_mode
 ctrl_meas mode More...
 
bmx280_osrs_t temp_oversample
 ctrl_meas osrs_t More...
 
bmx280_osrs_t press_oversample
 ctrl_meas osrs_p More...
 
bmx280_osrs_t humid_oversample
 ctrl_hum osrs_h More...
 

Field Documentation

◆ filter

bmx280_filter_t bmx280_params_t::filter

filter coefficient

Definition at line 197 of file bmx280.h.

◆ humid_oversample

bmx280_osrs_t bmx280_params_t::humid_oversample

ctrl_hum osrs_h

Definition at line 205 of file bmx280.h.

◆ i2c_addr

uint8_t bmx280_params_t::i2c_addr

I2C address.

Definition at line 192 of file bmx280.h.

◆ i2c_dev

i2c_t bmx280_params_t::i2c_dev

I2C device which is used.

Definition at line 191 of file bmx280.h.

◆ press_oversample

bmx280_osrs_t bmx280_params_t::press_oversample

ctrl_meas osrs_p

Definition at line 202 of file bmx280.h.

◆ run_mode

bmx280_mode_t bmx280_params_t::run_mode

ctrl_meas mode

Definition at line 200 of file bmx280.h.

◆ t_sb

bmx280_t_sb_t bmx280_params_t::t_sb

standby

Definition at line 196 of file bmx280.h.

◆ temp_oversample

bmx280_osrs_t bmx280_params_t::temp_oversample

ctrl_meas osrs_t

Definition at line 201 of file bmx280.h.


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