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:
- 52:8298b2a73eb2
- Parent:
- 48:058ace2aed1d
--- a/nullSensor.h Tue Mar 01 23:21:45 2016 +0000 +++ b/nullSensor.h Sat Mar 05 00:16:52 2016 +0000 @@ -15,6 +15,7 @@ virtual void init() { } virtual bool read(PlungerReading &r) { return false; } + virtual uint32_t getAvgScanTime() { return 0; } }; #endif /* NULLSENSOR_H */