Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
100:1ff35c07217c
Parent:
86:e30a1f60f783
Child:
101:755f44622abc
--- a/Plunger/quadSensor.h	Sat Mar 02 21:05:43 2019 +0000
+++ b/Plunger/quadSensor.h	Thu Nov 28 23:18:23 2019 +0000
@@ -129,7 +129,7 @@
         
     // Begin calibration.  We can assume that the plunger is at the
     // park position when calibration starts.
-    virtual void beginCalibration()
+    virtual void beginCalibration(Config &)
     {
         pos = parkPos;
     }