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: nullSensor.h
- 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 */