Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: LCDController.h
- 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();