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  | |