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:
- 48:058ace2aed1d
- Parent:
- 47:df7a88cd249c
- Child:
- 52:8298b2a73eb2
diff -r df7a88cd249c -r 058ace2aed1d nullSensor.h --- a/nullSensor.h Thu Feb 18 07:32:20 2016 +0000 +++ b/nullSensor.h Fri Feb 26 18:42:03 2016 +0000 @@ -14,7 +14,7 @@ PlungerSensorNull() { } virtual void init() { } - virtual bool read(uint16_t &pos) { return false; } + virtual bool read(PlungerReading &r) { return false; } }; #endif /* NULLSENSOR_H */