#ifndef DHT22_H
#define DHT22_H

int DHT22_Read(int *temperature, int *humidity);
void DHT22_Init();

#endif /* DHT22_H */