WeatherStation/DHT22.h

7 lines
128 B
C
Raw Permalink Normal View History

2023-12-03 13:37:53 +01:00
#ifndef DHT22_H
#define DHT22_H
int DHT22_Read(int *temperature, int *humidity);
void DHT22_Init();
#endif /* DHT22_H */