|
C++ DevKit
C++ set of OOP library
|
#include "hardware/gpio.h"#include "FreeRTOS.h"#include "queue.h"#include "task.h"
Go to the source code of this file.
Classes | |
| struct | struct_DHTReading |
| the sensor result is given according to this structure: More... | |
| class | rtos_DHT11 |
| the Class manages the DHT11 humidity and temperature sensor More... | |