Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
66:133398875949
Parent:
57:8dc3192ff150
diff -r b277b4067d4a -r 133398875949 MockSensorController.cpp
--- a/MockSensorController.cpp	Mon Jun 20 10:33:11 2016 +0000
+++ b/MockSensorController.cpp	Mon Jun 20 10:53:46 2016 +0000
@@ -12,4 +12,8 @@
     this->sum_t += t.read_ms();
     t.reset();
     return (*this->func)(i, this->sum_t);
-}
\ No newline at end of file
+}
+
+void MockSensorController::setLed(bool value){
+}
+    
\ No newline at end of file