Serial LCD Menu system with buttons instead of RPG. Based on Peihsun Yeh's work

Fork of Menu by Peihsun Yeh

Revision:
3:920157b558db
Parent:
1:84d263c8932d
--- a/Selection.cpp	Tue Mar 05 21:24:37 2013 +0000
+++ b/Selection.cpp	Sun Aug 04 15:18:35 2013 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "Selection.h"
-#include "TextLCD.h"
+#include "SerialLCD.h"
 
 Selection::Selection(void (*fun)(), int position, Menu *child, char* text) : 
     fun(fun), selText(text), pos(position), childMenu(child) {}