@ -0,0 +1,9 @@
#ifndef DHT_22_h
#define DHT_22_h
#include <stdint.h>
void DHT22_setup();
int get_DHT_value_temperature();
int get_DHT_value_humidity();
#endif /*DHT_22_h*/
The note is not visible to the blocked user.