Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 20:ccbd80b668ce
- Parent:
- 19:2c890ae2d187
- Child:
- 21:7603fe283ba4
diff -r 2c890ae2d187 -r ccbd80b668ce main.cpp --- 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