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:
46:7e4c1f2ab76c
Parent:
41:dce2c29f49cd
Child:
52:eaddbde192f1
--- a/LCDController.h	Wed Jun 15 10:37:50 2016 +0000
+++ b/LCDController.h	Wed Jun 15 10:55:44 2016 +0000
@@ -19,6 +19,7 @@
         static void updateScreen(float);
         static void splash();
         static void error(const char *msg);
+        static void showPumping();
     
     private: