32 unsigned char CompleteSample[5];
33 unsigned char TemperatureI;
34 unsigned char TemperatureD;
35 unsigned char HumidityI;
36 unsigned char HumidityD;
37 unsigned char checksum;
void remDHT11(void)
Removes the sensor device driver.
int readDHT11(dht11_t *data)
Sample from the sensor.
void initDHT11(void)
Loads the sensor device driver.
struct DHT11 dht11_t
DHT11 Data structure CompleteSample: receives all the data from the sensor.
DHT11 Data structure CompleteSample: receives all the data from the sensor.