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:
- 47:df7a88cd249c
- Parent:
- 44:b5ac89b9cd5d
- Child:
- 48:058ace2aed1d
--- a/nullSensor.h Mon Feb 15 20:30:32 2016 +0000 +++ b/nullSensor.h Thu Feb 18 07:32:20 2016 +0000 @@ -14,8 +14,7 @@ PlungerSensorNull() { } virtual void init() { } - virtual bool lowResScan(float &pos) { return false; } - virtual bool highResScan(float &pos) { return false; } + virtual bool read(uint16_t &pos) { return false; } }; #endif /* NULLSENSOR_H */