@@ -0,0 +1,9 @@
typedef struct {
float humidity;
float temperature;
} sensor;
void getData(int pin, sensor *s);
The note is not visible to the blocked user.