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:
39:cb67926712d4
Parent:
38:930469a33001
Child:
55:ee80f248919d
--- a/Controller.cpp	Tue Jun 14 17:49:08 2016 +0000
+++ b/Controller.cpp	Tue Jun 14 19:11:19 2016 +0000
@@ -46,7 +46,7 @@
     
     while(1) {
         std::cout << "[THREAD] running " << controller->get_name() << "\r\n";
-        controller->update();
+        controller->run();
         Thread::wait(controller->get_interval_ms());
     }