Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
78:a44ad011dd41
Parent:
65:b277b4067d4a
diff -r 920037db135a -r a44ad011dd41 PIDController.h
--- a/PIDController.h	Wed Jun 22 12:10:24 2016 +0000
+++ b/PIDController.h	Wed Jun 22 13:17:05 2016 +0000
@@ -30,6 +30,8 @@
             this->heating = false;
         }
         
+        ~PIDController();
+        
         virtual void update();
         
         virtual std::string getName();