Buggy bois / Mbed 2 deprecated headache

Dependencies:   mbed

Revision:
13:521d6c6e7042
Parent:
9:cefa177c1353
--- a/SensorControl/lineSensor.h	Mon Apr 29 00:57:32 2019 +0000
+++ b/SensorControl/lineSensor.h	Mon Apr 29 09:40:30 2019 +0000
@@ -9,7 +9,7 @@
     Timeout sampler;
     
     public:
-    float static const sampleTime = 0.00004f;
+    float static const sampleTime = 0.00009f;
     
     lineSensor(PinName E, PinName R):emitter(E), receiver(R)
     {