C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
rtosDHT11 Class Reference

the Class manages the DHT11 humidity and temperature sensor More...

#include <rtos_dht11.h>

Collaboration diagram for rtosDHT11:
Collaboration graph

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
 

Detailed Description

the Class manages the DHT11 humidity and temperature sensor

Constructor & Destructor Documentation

◆ rtosDHT11()

rtosDHT11::rtosDHT11 ( uint gpio_in,
QueueHandle_t dht_reading_ouput_queue )

the constructor for rtosDHT11 object

Parameters
gpio_inthe gpio number connected the data pin
dht_reading_ouput_queuethe output queue that receives readings

The documentation for this class was generated from the following files: