#include <DHT.h>
Fonctions membres publiques | |
DHT () | |
DHT (uint8_t pin, uint8_t type, uint8_t count=6) | |
void | begin (void) |
float | readTemperature (bool S=false, bool force=false) |
float | convertCtoF (float) |
float | convertFtoC (float) |
float | computeHeatIndex (float temperature, float percentHumidity, bool isFahrenheit=true) |
float | readHumidity (bool force=false) |
boolean | read (bool force=false) |
DHT::DHT | ( | ) |
DHT::DHT | ( | uint8_t | pin, |
uint8_t | type, | ||
uint8_t | count = 6 |
||
) |
void DHT::begin | ( | void | ) |
float DHT::computeHeatIndex | ( | float | temperature, |
float | percentHumidity, | ||
bool | isFahrenheit = true |
||
) |
float DHT::convertCtoF | ( | float | c | ) |
float DHT::convertFtoC | ( | float | f | ) |
boolean DHT::read | ( | bool | force = false | ) |
float DHT::readHumidity | ( | bool | force = false | ) |
float DHT::readTemperature | ( | bool | S = false , |
bool | force = false |
||
) |