#ifndef SENSOR_H
#define SENSOR_H

void add_soil_moisture_sensor();

#endif