36 #ifndef SI70XX_PARAM_I2C_DEV
37 #define SI70XX_PARAM_I2C_DEV I2C_DEV(0)
39 #ifndef SI70XX_PARAM_ADDR
40 #define SI70XX_PARAM_ADDR SI70XX_I2C_ADDRESS
44 #define SI70XX_PARAMS { .i2c_dev = SI70XX_PARAM_I2C_DEV, \
45 .address = SI70XX_PARAM_ADDR }
47 #ifndef SI70XX_SAUL_INFO
48 #define SI70XX_SAUL_INFO { .name = "si70xx" }
SAUL registry interface definition.
Interface definition of the Si70xx driver.
Internal definitions for Si7006/13/20/21.
static const si70xx_params_t si70xx_params[]
Configure Si7006/13/20/21.
static const saul_reg_info_t si70xx_saul_info[]
Configure SAUL registry entries.
Additional data to collect for each entry.
Device initialization parameters.