Default configuration for DHT devices. More...
Default configuration for DHT devices.
Definition in file dht_params.h.
Include dependency graph for dht_params.h:Go to the source code of this file.
Variables | |
| static const dht_params_t | dht_params [] |
| Configure DHT devices. More... | |
| static const saul_reg_info_t | dht_saul_info [] |
| Allocate and configure entries to the SAUL registry. More... | |
Set default configuration parameters for the DHT devices | |
| #define | DHT_PARAM_PIN (GPIO_PIN(0, 0)) |
| #define | DHT_PARAM_TYPE (DHT11) |
| #define | DHT_PARAM_PULL (GPIO_IN) |
| #define | DHT_PARAMS |
| #define | DHT_SAULINFO { .name = "dht" } |
| #define DHT_PARAMS |
Definition at line 43 of file dht_params.h.
|
static |
|
static |
Allocate and configure entries to the SAUL registry.
Definition at line 63 of file dht_params.h.