Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
44:b5ac89b9cd5d
Parent:
35:e959ffba78fd
Child:
47:df7a88cd249c
--- a/nullSensor.h	Sat Feb 06 20:21:48 2016 +0000
+++ b/nullSensor.h	Sun Feb 07 03:07:11 2016 +0000
@@ -14,8 +14,8 @@
     PlungerSensorNull() { }
     
     virtual void init() { }
-    virtual bool lowResScan(int &pos) { return false; }
-    virtual bool highResScan(int &pos) { return false; }
+    virtual bool lowResScan(float &pos) { return false; }
+    virtual bool highResScan(float &pos) { return false; }
 };
 
 #endif /* NULLSENSOR_H */