menu v1

Fork of Menu by Peihsun Yeh

Revision:
3:3cdd377f5899
Parent:
1:84d263c8932d
--- a/Selection.cpp	Tue Mar 05 21:24:37 2013 +0000
+++ b/Selection.cpp	Wed May 13 11:40:22 2015 +0000
@@ -1,6 +1,7 @@
 #include "mbed.h"
 #include "Selection.h"
-#include "TextLCD.h"
+//#include "TextLCD.h"
+#include "SMARTGPU.h"
 
 Selection::Selection(void (*fun)(), int position, Menu *child, char* text) : 
     fun(fun), selText(text), pos(position), childMenu(child) {}