C++ DevKit
C++ set of OOP library
|
the Class manages the DHT11 humidity and temperature sensor More...
#include <rtos_dht11.h>
Public Member Functions | |
void | read_from_dht () |
the function called by a RTOS periodic task | |
rtosDHT11 (uint gpio_in, QueueHandle_t dht_reading_ouput_queue) | |
the constructor for rtosDHT11 object | |
the Class manages the DHT11 humidity and temperature sensor
rtosDHT11::rtosDHT11 | ( | uint | gpio_in, |
QueueHandle_t | dht_reading_ouput_queue ) |
the constructor for rtosDHT11 object
gpio_in | the gpio number connected the data pin |
dht_reading_ouput_queue | the output queue that receives readings |