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:
44:7c932cc5991b
Parent:
28:f4a4ee58d57e
Child:
58:b5f0c0f305ff
--- a/ProximityController.cpp	Wed Jun 15 09:14:57 2016 +0000
+++ b/ProximityController.cpp	Wed Jun 15 10:37:50 2016 +0000
@@ -3,7 +3,7 @@
 
 Ping pinger(p30);
 
-float distance_to_base = 14.5;
+float distance_to_base = 17;
 
 void ProximityController::update() {
     int range;