17 #ifndef SPS30_PARAMS_H
18 #define SPS30_PARAMS_H
32 #ifndef SPS30_PARAM_I2C_DEV
33 #define SPS30_PARAM_I2C_DEV (I2C_DEV(0))
36 #define SPS30_PARAMS { .i2c_dev = SPS30_PARAM_I2C_DEV }
38 #ifndef SPS30_SAUL_INFO
39 #define SPS30_SAUL_INFO { .name = "sps30" }
54 #define SPS30_NUM ARRAY_SIZE(sps30_params)
67 #define SPS30_INFO_NUM ARRAY_SIZE(sps30_saul_info)
SAUL registry interface definition.
Driver for the Sensirion SPS30 Particulate Matter Sensor.
static const sps30_params_t sps30_params[]
SPS30 configuration.
static const saul_reg_info_t sps30_saul_info[]
Additional meta information to keep in the SAUL registry.
Additional data to collect for each entry.