All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Configuration parameters for DHT devices. More...

Detailed Description

Configuration parameters for DHT devices.

Definition at line 77 of file dht.h.

#include <dht.h>

Data Fields

gpio_t pin
 GPIO pin of the device's data pin.
 
dht_type_t type
 type of the DHT device
 
gpio_mode_t in_mode
 input pin configuration, with or without pull resistor
 

Field Documentation

◆ in_mode

gpio_mode_t dht_params_t::in_mode

input pin configuration, with or without pull resistor

Definition at line 80 of file dht.h.

◆ pin

gpio_t dht_params_t::pin

GPIO pin of the device's data pin.

Definition at line 78 of file dht.h.

◆ type

dht_type_t dht_params_t::type

type of the DHT device

Definition at line 79 of file dht.h.


The documentation for this struct was generated from the following file: