Default configuration for BMX280. More...
Default configuration for BMX280.
Definition in file bmx280_params.h.
Go to the source code of this file.
Macros | |
#define | BMX280_NUMOF ARRAY_SIZE(bmx280_params) |
The number of configured sensors. | |
Variables | |
static const bmx280_params_t | bmx280_params [] |
Configure BMX280. More... | |
static const saul_reg_info_t | bmx280_saul_reg_info [BMX280_NUMOF] |
Configuration details of SAUL registry entries. More... | |
Set default configuration parameters for the BMX280 | |
#define | BMX280_PARAM_I2C_DEV I2C_DEV(0) |
#define | BMX280_PARAM_I2C_ADDR (0x77) |
#define | BMX280_PARAM_MISC |
#define | BMX280_PARAMS |
#define BMX280_PARAM_MISC |
Definition at line 59 of file bmx280_params.h.
#define BMX280_PARAMS |
Definition at line 78 of file bmx280_params.h.
|
static |
|
static |
Configuration details of SAUL registry entries.
This two dimensional array contains static details of the sensors for each device. Please be awar that the indexes are used in auto_init_bmx280, so make sure the indexes match.
Definition at line 108 of file bmx280_params.h.