Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
11:af7687f1a985
Parent:
6:a28c1967bb83
--- a/Navigator.h	Tue Sep 03 07:10:56 2013 +0000
+++ b/Navigator.h	Thu Sep 12 05:33:18 2013 +0000
@@ -20,7 +20,7 @@
         int cursorPos;  // what selection the cursor points to
         int cursorLine; // what line of the lcd the cursor is on. 1 = first line, 2 = second line
         
-        void poll();    // repeatedly call this function to determine if RPG is being used
+        void poll(uint8_t *returnValue=NULL);    // repeatedly call this function to determine if RPG is being used
         void moveUp();
         void moveDown();
         void printMenu();