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.
Fork of Menu by
Diff: Selection.cpp
- Revision:
- 9:c9df0b33d176
- Parent:
- 8:fbaeab73fe1a
- Child:
- 10:2b6ddf53b05e
diff -r fbaeab73fe1a -r c9df0b33d176 Selection.cpp
--- a/Selection.cpp Fri Jan 16 22:23:34 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#include "mbed.h"
-#include "Selection.h"
-#include "TextLCD.h"
-
-Selection::Selection(void (*fun)(), int position, Menu *child, char* text) :
- fun(fun), selText(text), pos(position), childMenu(child) {}
