Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FastIO FastPWM USBDevice
Diff: Plunger/quadSensor.h
- 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;
}