Program for the water play project for the course Software Testing Practical 2016 given at the VU University

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
66:133398875949
Parent:
10:fd4670ec0806
--- a/SensorController.h	Mon Jun 20 10:33:11 2016 +0000
+++ b/SensorController.h	Mon Jun 20 10:53:46 2016 +0000
@@ -8,6 +8,8 @@
         SensorController(bool threaded, int interval_ms) : Controller(threaded, interval_ms) {}
         
         virtual float getValue() = 0;
+        
+        virtual void setLed(bool) = 0;
 };
 
 #endif
\ No newline at end of file