Karl Zweimüller / Menu

Fork of Menu by Peihsun Yeh

Revision:
9:c9df0b33d176
Parent:
8:fbaeab73fe1a
Child:
10:2b6ddf53b05e
--- 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) {}