Default configuration for Sensirion SPS30 sensors devices. More...
Default configuration for Sensirion SPS30 sensors devices.
Definition in file sps30_params.h.
Go to the source code of this file.
Macros | |
#define | SPS30_NUM ARRAY_SIZE(sps30_params) |
Define the number of configured sensors. | |
#define | SPS30_INFO_NUM ARRAY_SIZE(sps30_saul_info) |
Number of saul info structs. | |
Variables | |
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. | |
SPS30 default configuration parameters | |
#define | SPS30_PARAM_I2C_DEV (I2C_DEV(0)) |
#define | SPS30_PARAMS { .i2c_dev = SPS30_PARAM_I2C_DEV } |
#define | SPS30_SAUL_INFO { .name = "sps30" } |
#define SPS30_INFO_NUM ARRAY_SIZE(sps30_saul_info) |
Number of saul info structs.
Definition at line 67 of file sps30_params.h.
#define SPS30_NUM ARRAY_SIZE(sps30_params) |
Define the number of configured sensors.
Definition at line 54 of file sps30_params.h.
#define SPS30_PARAM_I2C_DEV (I2C_DEV(0)) |
Definition at line 33 of file sps30_params.h.
#define SPS30_PARAMS { .i2c_dev = SPS30_PARAM_I2C_DEV } |
Definition at line 36 of file sps30_params.h.
#define SPS30_SAUL_INFO { .name = "sps30" } |
Definition at line 39 of file sps30_params.h.
|
static |
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 59 of file sps30_params.h.