Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
57:8dc3192ff150
Parent:
52:eaddbde192f1
Child:
65:b277b4067d4a
--- a/LCDController.h	Sun Jun 19 20:55:16 2016 +0000
+++ b/LCDController.h	Sun Jun 19 22:21:08 2016 +0000
@@ -7,7 +7,7 @@
 
 #include "PIDController.h"
 
-
+/** Provides methods to write to the 16x2 LCD screen */
 class LCDController {
 
     
@@ -24,7 +24,7 @@
         static void splash();
         
         /** Shows the given error, this is used by the AlarmController */
-        static void error(const char *msg);
+        static void showError(const char *msg);
         
         /** Displays a message showing the pumps are active */
         static void showPumping();