Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

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 */