Default configuration for SHT10/SHT11/SHT15 devices. More...
Default configuration for SHT10/SHT11/SHT15 devices.
Definition in file sht1x_params.h.
Go to the source code of this file.
Variables | |
static const sht1x_params_t | sht1x_params [] |
Configure SHT1X devices. | |
static const saul_reg_info_t | sht1x_saul_info [] |
Allocate and configure entries to the SAUL registry. | |
Set default configuration parameters for the SHT1X devices | |
#define | SHT1X_PARAM_CLK (GPIO_PIN(1, 25)) |
SHT1x the clock pin. | |
#define | SHT1X_PARAM_DATA (GPIO_PIN(1, 26)) |
SHT1x the data pin. | |
#define | SHT1X_PARAM_VDD (SHT1X_VDD_3_5V) |
SHT1x the supply voltage. | |
#define | SHT1X_PARAMS |
The initialization parameters for the SHT1x driver. | |
Set default SAUL info text depending on used pseudo module | |
#define | SHT1X_SAULINFO |
#define SHT1X_PARAM_CLK (GPIO_PIN(1, 25)) |
SHT1x the clock pin.
Definition at line 38 of file sht1x_params.h.
#define SHT1X_PARAM_DATA (GPIO_PIN(1, 26)) |
SHT1x the data pin.
Definition at line 44 of file sht1x_params.h.
#define SHT1X_PARAM_VDD (SHT1X_VDD_3_5V) |
#define SHT1X_PARAMS |
The initialization parameters for the SHT1x driver.
Definition at line 58 of file sht1x_params.h.
#define SHT1X_SAULINFO |
Definition at line 78 of file sht1x_params.h.
|
static |
Configure SHT1X devices.
Definition at line 89 of file sht1x_params.h.
|
static |
Allocate and configure entries to the SAUL registry.
Definition at line 97 of file sht1x_params.h.