typedef struct { float humidity; float temperature; } sensor; void getData(int pin, sensor *s);