34#ifndef SGP30_PARAM_I2C_DEV 
   35#define SGP30_PARAM_I2C_DEV  (I2C_DEV(0)) 
   38#define SGP30_PARAMS         { .i2c_dev = SGP30_PARAM_I2C_DEV } 
   40#ifndef SGP30_SAUL_INFO 
   41#define SGP30_SAUL_INFO      { .name = "sgp30" } 
   56#define SGP30_NUM               ARRAY_SIZE(sgp30_params) 
   69#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.