Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
48:058ace2aed1d
Parent:
47:df7a88cd249c
Child:
52:8298b2a73eb2
diff -r df7a88cd249c -r 058ace2aed1d nullSensor.h
--- a/nullSensor.h	Thu Feb 18 07:32:20 2016 +0000
+++ b/nullSensor.h	Fri Feb 26 18:42:03 2016 +0000
@@ -14,7 +14,7 @@
     PlungerSensorNull() { }
     
     virtual void init() { }
-    virtual bool read(uint16_t &pos) { return false; }
+    virtual bool read(PlungerReading &r) { return false; }
 };
 
 #endif /* NULLSENSOR_H */