Grupo T / Mbed 2 deprecated LCD_GT

Dependencies:   mbed SDFileSystemSD TextLCD

Fork of TextLCD_HelloWorld2 by Wim Huiskamp

Revision:
18:5338b83b4de9
Parent:
16:6912d19a0016
Child:
19:2c890ae2d187
--- a/main.cpp	Tue May 15 12:05:45 2018 +0000
+++ b/main.cpp	Tue May 15 12:15:29 2018 +0000
@@ -49,7 +49,7 @@
 void botbaixo_solto(void);
 
 //criar classe "menu" (funções para as telas)
-class Menu{
+/*class Menu{
     public:
     int linha;
     int func;
@@ -433,6 +433,7 @@
     }
 
 Menu menu;  
+Machine machine;
 
 int main () {
     lcd.setBacklight(TextLCD::LightOn); //liga backlight
@@ -480,4 +481,5 @@
               pbaixo = bot_baixo;
               bot_baixo = !bot_baixo;
               printf("baixo high");
-              }         
\ No newline at end of file
+              }   */
+                    
\ No newline at end of file