![]() |
RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
|
#include <stdio.h>#include <iostream>#include <fstream>#include <chrono>#include <math.h>#include <wiringPi.h>#include "BaseComponent.h"#include "../Data/RollingAverage.h"Go to the source code of this file.
Classes | |
| class | RumPi::DHT11 |
| The DHT11 temperature and humidity sensor. More... | |
Namespaces | |
| namespace | RumPi |
| RumPi is the library's top-level facade. | |