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:
59:614f713fb48b
Parent:
57:8dc3192ff150
Child:
64:735009c4c8aa
--- a/SensorAlarmController.h	Sun Jun 19 22:39:16 2016 +0000
+++ b/SensorAlarmController.h	Sun Jun 19 22:56:49 2016 +0000
@@ -43,6 +43,7 @@
     private:
         SensorController *sensor;
 
+        float value;
         bool error;
         char *error_msg;
         bool is_crit;