Default configuration for Sensirion SHT30/SHT31/SHT35 devices. More...
Default configuration for Sensirion SHT30/SHT31/SHT35 devices.
Definition in file sht3x_params.h.
Go to the source code of this file.
Variables | |
static const sht3x_params_t | sht3x_params [] |
SHT3x configuration. More... | |
static const saul_reg_info_t | sht3x_saul_info [] |
Additional meta information to keep in the SAUL registry. More... | |
SHT3x default configuration parameters | |
#define | SHT3X_PARAM_I2C_DEV (I2C_DEV(0)) |
#define | SHT3X_PARAM_I2C_ADDR (SHT3X_I2C_ADDR_2) |
#define | SHT3X_PARAM_MODE (SHT3X_PERIODIC_2_MPS) |
#define | SHT3X_PARAM_REPEAT (SHT3X_HIGH) |
#define | SHT3X_PARAMS |
#define | SHT3X_SAUL_INFO { .name = "sht3x1" } |
#define SHT3X_PARAMS |
Definition at line 46 of file sht3x_params.h.
|
static |
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 69 of file sht3x_params.h.