#ifndef SENSOR_H_ #define SENSOR_H_ #include void initialize_sensor(DHT &sensor); void read_values(DHT &sensor, float *data); #endif // SENSOR_H_