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.
Diff: conversor.cpp
- Revision:
- 9:c9fd0beba38c
- Parent:
- 8:20afab089ff8
- Child:
- 10:fef73855847f
--- a/conversor.cpp Mon Jun 08 14:59:14 2020 +0000 +++ b/conversor.cpp Mon Jun 08 16:27:29 2020 +0000 @@ -18,7 +18,8 @@ 0b110, 0b111 }; -void funcao_botao(){ + +void funcao_botao(){ //contador que vê qual o estado do botão if (estado_botao < 4){ estado_botao++; } @@ -71,8 +72,7 @@ pc.printf("\r\t%1.3f\n",valor); } } - - + } } \ No newline at end of file