Código para o menu no LCD
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 20:ccbd80b668ce
- Parent:
- 19:2c890ae2d187
- Child:
- 21:7603fe283ba4
--- a/main.cpp Tue May 15 13:07:03 2018 +0000 +++ b/main.cpp Tue May 15 14:35:25 2018 +0000 @@ -471,20 +471,20 @@ void botenter_press(void){ penter = bot_enter; bot_enter = !bot_enter; - printf("enter high"); + //printf("enter high"); } //função interrupt botão cima void botcima_press(void){ pcima = bot_cima; bot_cima = !bot_cima; - printf("cima high"); + //printf("cima high"); } //função interrupt botão baixo void botbaixo_press(void){ pbaixo = bot_baixo; bot_baixo = !bot_baixo; - printf("baixo high"); + //printf("baixo high"); } \ No newline at end of file