WateringSystem/Sensor.h
2025-04-01 09:07:21 +00:00

7 lines
60 B
C++

class Sensor
{
private:
public:
float readSensor();
};