Código para o menu no LCD

Dependencies:   mbed SDFileSystemSD TextLCD

Fork of TextLCD_HelloWorld2 by Wim Huiskamp

Revision:
47:ada3eb4c9a97
Parent:
46:31297622c5d1
Child:
48:0b0a4bb45a85
--- a/classes.h	Fri May 25 18:38:01 2018 +0000
+++ b/classes.h	Fri May 25 23:42:11 2018 +0000
@@ -788,7 +788,6 @@
             lcd.locate(5,2);
             lcd.printf("%s", nome);
             int len = nome.length();
-            //printf("%d\n\r", len);
             nome.erase(len - 1);
             nome.append(".txt");
             printf("Nome do programa: %s\n\r", nome);