Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
12:5c543a40d9af
Parent:
11:af7687f1a985
Parent:
8:a6dc9b1525c7
Child:
13:98d452550cbe
diff -r af7687f1a985 -r 5c543a40d9af Navigator.cpp
--- a/Navigator.cpp	Thu Sep 12 05:33:18 2013 +0000
+++ b/Navigator.cpp	Thu Sep 12 05:40:36 2013 +0000
@@ -61,7 +61,6 @@
 
 void Navigator::poll(uint8_t *returnValue)
 {
-    wait_ms(10);
     button[0]=pbUp;
     button[1]=pbDown;
     button[2]=pbSelect;
@@ -92,8 +91,7 @@
     printCursor();
     lastButton[0]=button[0];
     lastButton[1]=button[1];
-    lastButton[2]=button[2];
-      
+    lastButton[2]=button[2];      
 }
 
 void Navigator::moveUp()