AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Files at this revision

API Documentation at this revision

Comitter:
sillevl
Date:
Mon May 25 20:53:28 2015 +0000
Parent:
25:a26b2ec5ab72
Child:
27:f29805113454
Commit message:
removed old menu classes (not needed or used anyway)

Changed in this revision

menu_old/MenuItem.cpp Show diff for this revision Revisions of this file
menu_old/MenuItem.h Show diff for this revision Revisions of this file
menu_old/MenuManager.cpp Show diff for this revision Revisions of this file
menu_old/MenuManager.h Show diff for this revision Revisions of this file
--- a/menu_old/MenuItem.h	Sun May 24 21:09:30 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#ifndef _MENUITEM_H
-#define _MENUITEM_H
-
-class MenuItem
-{
-    MenuItem();
-    // Parrent
-    // Next Item
-    // Previous Item
-    // Child
-};
-
-#endif
\ No newline at end of file
--- a/menu_old/MenuManager.h	Sun May 24 21:09:30 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#ifndef _MENUMANAGER_H
-#define _MENUMANAGER_H
-
-class MenuManager
-{
-    MenuManager();
-};
-
-#endif
\ No newline at end of file