Library which creates a serial test console, it supports pages and menu items. The items are added and the pages are added as necessary when the user sets it up. This is a great too for creating an easy to maintain menu system, whether for a test sytem, or anything else.

Dependencies:   Terminal

Revision:
6:e992366d0684
Parent:
3:f308cd7a34ed
--- a/menuitem.cpp	Sat May 02 00:41:23 2015 +0000
+++ b/menuitem.cpp	Mon May 04 14:43:35 2015 +0000
@@ -24,7 +24,7 @@
 {}
 
 MenuItem::MenuItem(Page &target_page_p):
-    name(target_page_p.Name),
+    name(target_page_p.name),
     level(0),
     type(menu),
     action(NULL),