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:
- 10:fd4670ec0806
- Parent:
- 6:067e999b9c6e
- Child:
- 35:c9261391a995
--- a/LCDController.h Fri Jun 10 12:56:53 2016 +0000
+++ b/LCDController.h Fri Jun 10 22:21:04 2016 +0000
@@ -15,7 +15,9 @@
static void updateScreen(float, float);
+ static void updateScreen(float);
static void splash();
+ static void error(const char *msg);
private: