Default configuration.  
More...
#include "board.h"
#include "sgp30.h"
#include "sgp30_constants.h"
#include "saul_reg.h"
 
Go to the source code of this file.
 | 
| 
#define  | SGP30_PARAM_I2C_DEV   (I2C_DEV(0)) | 
|   | 
| 
#define  | SGP30_PARAMS   { .i2c_dev = SGP30_PARAM_I2C_DEV } | 
|   | 
| 
#define  | SGP30_SAUL_INFO   { .name = "sgp30" } | 
|   | 
◆ sgp30_params
Initial value:
SGP30 configuration. 
Definition at line 48 of file sgp30_params.h.
 
 
◆ sgp30_saul_info
Initial value:
Additional meta information to keep in the SAUL registry. 
Definition at line 61 of file sgp30_params.h.