WateringSystem/Sensor.cpp
2025-04-01 09:07:03 +00:00

6 lines
89 B
C++

#include "Sensor.h"
float Sensor::readSensor()
{
return 0; // TODO implement this
}