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