Default configuration for BME680 device driver. More...
Default configuration for BME680 device driver.
Definition in file bme680_params.h.
Go to the source code of this file.
Macros | |
#define | BME680_NUMOF ARRAY_SIZE(bme680_params) |
The number of configured sensors. | |
Variables | |
static const bme680_params_t | bme680_params [] |
Configure params for BME680. More... | |
static const saul_reg_info_t | bme680_saul_info [] |
Additional meta information to keep in the SAUL registry. More... | |
Set default configuration parameters for the BME680 | |
#define | BME680_PARAM_I2C_DEV (I2C_DEV(0)) |
#define | BME680_PARAM_I2C_ADDR (BME680_I2C_ADDR_2) |
#define | BME680_PARAM_SPI_DEV (SPI_DEV(0)) |
#define | BME680_PARAM_SPI_NSS_PIN GPIO_PIN(0, 5) |
#define | BME680_PARAMS_I2C |
Defaults I2C parameters if none provided. More... | |
#define | BME680_PARAMS_SPI |
Defaults SPI parameters if none provided. More... | |
#define | BME680_SAUL_INFO { .name = "bme680" } |
Default SAUL meta information. | |
#define BME680_PARAMS_I2C |
Defaults I2C parameters if none provided.
Definition at line 60 of file bme680_params.h.
#define BME680_PARAMS_SPI |
Defaults SPI parameters if none provided.
Definition at line 82 of file bme680_params.h.
|
static |
Configure params for BME680.
Definition at line 117 of file bme680_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 130 of file bme680_params.h.