19 #ifndef SGP30_PARAMS_H
20 #define SGP30_PARAMS_H
35 #ifndef SGP30_PARAM_I2C_DEV
36 #define SGP30_PARAM_I2C_DEV (I2C_DEV(0))
39 #define SGP30_PARAMS { .i2c_dev = SGP30_PARAM_I2C_DEV }
41 #ifndef SGP30_SAUL_INFO
42 #define SGP30_SAUL_INFO { .name = "sgp30" }
57 #define SGP30_NUM ARRAY_SIZE(sgp30_params)
70 #define SGP30_INFO_NUM ARRAY_SIZE(sgp30_saul_info)
SAUL registry interface definition.
Internal addresses, registers and constants.
static const sgp30_params_t sgp30_params[]
SGP30 configuration.
static const saul_reg_info_t sgp30_saul_info[]
Additional meta information to keep in the SAUL registry.
Additional data to collect for each entry.
Device initialization parameters.