Default configuration for SEN50/54/55. More...
Default configuration for SEN50/54/55.
Definition in file sen5x_params.h.
#include "board.h"#include "sen5x.h"#include "saul_reg.h"#include "sen5x_constants.h"#include "periph/i2c.h"
 Include dependency graph for sen5x_params.h:Go to the source code of this file.
Macros | |
| #define | SEN5X_NUM ARRAY_SIZE(sen5x_params) | 
| Get the number of configured SCD30 devices.  | |
Variables | |
| static const sen5x_params_t | sen5x_params [] | 
| Configure SEN55/54.  More... | |
| static const saul_reg_info_t | sen5x_saul_info [] | 
| Configure SAUL registry entries.  More... | |
Set default configuration parameters for SEN5x sensors | |
| #define | SEN5X_PARAM_I2C_DEV I2C_DEV(0) | 
| SEN5x I2C device.  | |
| #define | SEN5X_PARAM_ADDR SEN5X_ADRESS_I2C | 
| SEN5x I2C address, see "sen5x_constants.h".  | |
| #define | SEN5X_PARAMS | 
| Initialization parameters for the SEN5x driver.  More... | |
| #define | SEN5X_SAUL_INFO { .name = "sen5x" } | 
| Name for this driver used in SAUL.  | |
| #define SEN5X_PARAMS | 
Initialization parameters for the SEN5x driver.
Definition at line 53 of file sen5x_params.h.
      
  | 
  static | 
Configure SEN55/54.
Definition at line 68 of file sen5x_params.h.
      
  | 
  static | 
Configure SAUL registry entries.
Definition at line 76 of file sen5x_params.h.