Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
25:169672dbab91
Parent:
10:fd4670ec0806
Child:
27:4f73f754fdc9
--- a/ProximityController.h	Mon Jun 13 13:47:33 2016 +0000
+++ b/ProximityController.h	Mon Jun 13 13:49:40 2016 +0000
@@ -14,11 +14,13 @@
         
         virtual float getValue();
         
+        float getDistance();
+        
         virtual std::string get_name();
         
     private:
         float distance;
-        
+        float volumel
 };