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 N5110 ShiftReg PinDetect
Diff: MainMenu.cpp
- Revision:
- 5:100d960fc6d5
- Child:
- 6:edb48de563a9
diff -r d6661b976359 -r 100d960fc6d5 MainMenu.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MainMenu.cpp Fri May 01 09:10:23 2015 +0000
@@ -0,0 +1,16 @@
+#include "MainMenu.h"
+
+void MainMenu::init()
+{
+
+}
+
+void MainMenu::update(time_t dt)
+{
+
+}
+
+void MainMenu::render()
+{
+ lcd->printString("Main Menu", 10, 1);
+}
\ No newline at end of file