WateringSystem/Sensor.cpp

7 lines
89 B
C++
Raw Normal View History

2025-04-01 09:07:03 +00:00
#include "Sensor.h"
float Sensor::readSensor()
{
return 0; // TODO implement this
}