33#ifndef BMP180_PARAM_I2C_DEV
34#define BMP180_PARAM_I2C_DEV I2C_DEV(0)
36#ifndef BMP180_PARAM_I2C_ADDR
37#define BMP180_PARAM_I2C_ADDR BMP180_ADDR
39#ifndef BMP180_PARAM_OVERSAMPLING
40#define BMP180_PARAM_OVERSAMPLING BMP180_ULTRALOWPOWER
44#define BMP180_PARAMS { .i2c_dev = BMP180_PARAM_I2C_DEV, \
45 .i2c_addr = BMP180_PARAM_I2C_ADDR, \
46 .oversampling = BMP180_PARAM_OVERSAMPLING }
48#ifndef BMP180_SAUL_INFO
49#define BMP180_SAUL_INFO { .name = "bmp180" }
Device driver interface for the BMP180 sensor.
Internal addresses, registers, constants for the BMP180 sensor.
static const bmp180_params_t bmp180_params[]
Configure BMP180.
static const saul_reg_info_t bmp180_saul_info[]
Configure SAUL registry entries.
SAUL registry interface definition.
Device initialization parameters.
Additional data to collect for each entry.