7 lines
60 B
C++
7 lines
60 B
C++
class Sensor
|
|
{
|
|
private:
|
|
|
|
public:
|
|
float readSensor();
|
|
};
|