Código para o menu no LCD
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 27:83d2a710cc2f
- Parent:
- 26:59081efdce79
- Child:
- 28:b3c51076ebe8
diff -r 59081efdce79 -r 83d2a710cc2f main.cpp --- a/main.cpp Wed May 16 16:49:45 2018 +0000 +++ b/main.cpp Thu May 17 22:38:03 2018 +0000 @@ -81,9 +81,11 @@ case 9: menu.executando(); break; case 10: menu.zerado(); break; case 11: menu.finalizado(); break; - //case 15: menu.gohome(); break; + case 15: menu.gohome(); break; case 16: menu.limitepontos(); break; case 17: menu.salvarprog(); break; + case 18: menu.ctzhome(); break; + case 19: menu.origem(); break; } } } @@ -92,7 +94,7 @@ void botenter_press(void){ penter = bot_enter; bot_enter = !bot_enter; - //printf("enter high"); + //printf("enter high\n\r"); } //função interrupt botão cima