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: main.cpp
- Revision:
- 2:4fd276b41b4b
- Parent:
- 0:f175604dab67
--- 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