|
C++ DevKit
C++ set of OOP library
|
the Class manages the DHT11 humidity and temperature sensor More...
#include <dht11.h>

Public Member Functions | |
| void | read_from_dht (struct_DHTReading *result) |
| the member used to read and convert the values send by DHT11 | |
| DHT11 (uint gpio_in_) | |
| Construct a new DHT11 object. | |
the Class manages the DHT11 humidity and temperature sensor
| DHT11::DHT11 | ( | uint | gpio_in_ | ) |
| void DHT11::read_from_dht | ( | struct_DHTReading * | result | ) |
the member used to read and convert the values send by DHT11
| result | according to struct_DHTReading structure |