summaryrefslogtreecommitdiffstats
path: root/main/dht.h
blob: 483f2b4da2aad445cb29bf9de42ed424782d4cf1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DHT_H
#define DHT_H

void dht_init(void);

int dht_get_data(uint8_t result[5]);

int16_t dht_decode_data(uint8_t msb, uint8_t lsb);

#endif