Device driver params interface for the SCD30 sensor.  
More...
#include "periph/i2c.h"
#include "scd30.h"
#include "saul_reg.h"
 
Go to the source code of this file.
 | 
| 
#define  | SCD30_I2C_ADDR   0x61 | 
|   | 
 | 
| 
#define  | SCD30_PARAM_I2C_DEV   I2C_DEV(0) | 
|   | 
| 
#define  | SCD30_PARAM_I2C_ADDR   SCD30_I2C_ADDR | 
|   | 
| #define  | SCD30_PARAMS | 
|   | 
| 
#define  | SCD30_SAUL_INFO   { .name = "scd30" } | 
|   | 
◆ SCD30_PARAMS
Value:                                      { .i2c_dev = SCD30_PARAM_I2C_DEV,  \
                                      .i2c_addr = SCD30_PARAM_I2C_ADDR }
 
Definition at line 51 of file scd30_params.h.
 
 
◆ scd30_params
◆ scd30_saul_info
Initial value:
Configure SAUL registry entries. 
Definition at line 76 of file scd30_params.h.