Default configuration for Sensirion SPS30 sensors devices. More...
Default configuration for Sensirion SPS30 sensors devices.
Definition in file sps30_params.h.
 Include dependency graph for sps30_params.h:
 Include dependency graph for 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 66 of file sps30_params.h.
| #define SPS30_NUM ARRAY_SIZE(sps30_params) | 
Define the number of configured sensors.
Definition at line 53 of file sps30_params.h.
| #define SPS30_PARAM_I2C_DEV (I2C_DEV(0)) | 
Definition at line 32 of file sps30_params.h.
| #define SPS30_PARAMS { .i2c_dev = SPS30_PARAM_I2C_DEV } | 
Definition at line 35 of file sps30_params.h.
| #define SPS30_SAUL_INFO { .name = "sps30" } | 
Definition at line 38 of file sps30_params.h.
| 
 | static | 
| 
 | static | 
Additional meta information to keep in the SAUL registry.
Definition at line 58 of file sps30_params.h.