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.
Revision 2:4fd276b41b4b, committed 2019-05-21
- Comitter:
- Gabiuas
- Date:
- Tue May 21 01:39:44 2019 +0000
- Parent:
- 1:0ada46075897
- Commit message:
- ond;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 0ada46075897 -r 4fd276b41b4b main.cpp --- a/main.cpp Tue May 21 00:51:20 2019 +0000 +++ b/main.cpp Tue May 21 01:39:44 2019 +0000 @@ -5,7 +5,7 @@ TextLCD display(PC_9, PC_8, PC_10, PC_12, PA_13, PA_14, TextLCD::LCD20x4); -DigitalIn BA(D5); //Botão A +DigitalIn BA(D8); //Botão A DigitalIn BB(D6); //Botão B DigitalIn BC(D7); //Botão C