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