RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
DHT11.h File Reference
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <chrono>
#include <math.h>
#include <wiringPi.h>
#include "BaseComponent.h"
#include "../Data/RollingAverage.h"
Include dependency graph for DHT11.h:
This graph shows which files directly or indirectly include this file:

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.