Default configuration for BMP180. More...
Default configuration for BMP180.
Definition in file bmp180_params.h.
Go to the source code of this file.
Variables | |
static const bmp180_params_t | bmp180_params [] |
Configure BMP180. More... | |
static const saul_reg_info_t | bmp180_saul_info [] |
Configure SAUL registry entries. More... | |
Set default configuration parameters for the BMP180 | |
#define | BMP180_PARAM_I2C_DEV I2C_DEV(0) |
#define | BMP180_PARAM_I2C_ADDR BMP180_ADDR |
#define | BMP180_PARAM_OVERSAMPLING BMP180_ULTRALOWPOWER |
#define | BMP180_PARAMS |
#define | BMP180_SAUL_INFO { .name = "bmp180" } |
#define BMP180_PARAMS |
Definition at line 48 of file bmp180_params.h.
|
static |
|
static |
Configure SAUL registry entries.
Definition at line 68 of file bmp180_params.h.