gpio_sensor.h
Go to the documentation of this file.
1 
31 #ifndef GPIOSENSOR_H
32 #define GPIOSENSOR_H
33 
34 class GPIOSensor {
35 public:
36  virtual double getConversion(double reduction) = 0;
37 };
38 
39 #endif // GPIOSENSOR_H
virtual double getConversion(double reduction)=0


roboteq_control
Author(s): Raffaello Bonghi
autogenerated on Wed Jan 3 2018 03:48:23