Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
19:ee89eabe1fa2
Parent:
11:1a0a8fd74bc0
Child:
20:521f795ea9d7
--- a/AlarmController.h	Mon Jun 13 10:49:48 2016 +0000
+++ b/AlarmController.h	Mon Jun 13 12:33:52 2016 +0000
@@ -13,7 +13,8 @@
          : Controller(threaded, interval_ms) {
             this->temp = temp;
             this->salt = salt;
-            this->proximity = proximity;     
+            this->proximity = proximity;    
+            this->error = false; 
         }
         
         virtual void update();