Parameters for the BMX280 sensor. More...
Parameters for the BMX280 sensor.
These parameters are needed to configure the device at startup.
#include <bmx280.h>
Data Fields | |
| i2c_t | i2c_dev | 
| I2C device which is used.   | |
| uint8_t | i2c_addr | 
| I2C address.   | |
| bmx280_t_sb_t | t_sb | 
| standby   | |
| bmx280_filter_t | filter | 
| filter coefficient   | |
| bmx280_mode_t | run_mode | 
| ctrl_meas mode   | |
| bmx280_osrs_t | temp_oversample | 
| ctrl_meas osrs_t   | |
| bmx280_osrs_t | press_oversample | 
| ctrl_meas osrs_p   | |
| bmx280_osrs_t | humid_oversample | 
| ctrl_hum osrs_h   | |
| bmx280_filter_t bmx280_params_t::filter | 
| bmx280_osrs_t bmx280_params_t::humid_oversample | 
| bmx280_osrs_t bmx280_params_t::press_oversample | 
| bmx280_mode_t bmx280_params_t::run_mode | 
| bmx280_t_sb_t bmx280_params_t::t_sb | 
| bmx280_osrs_t bmx280_params_t::temp_oversample |