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:
- 1:b02bf2b1b242
- Parent:
- 0:f46786ed4c3a
--- a/main.cpp Thu Jun 02 15:50:32 2022 +0000
+++ b/main.cpp Sat Jun 04 20:21:05 2022 +0000
@@ -47,6 +47,7 @@
ledR=1;
ledV=1;
tim.attach(&TimerDecremento, BASE_TIEMPO);
+
pulsadores[0].mode(PullNone);
pulsadores[1].mode(PullNone);
pulsadores[2].mode(PullNone);
@@ -77,7 +78,7 @@
estadoled=1;
tled=500;
pc.printf("----------------\n");
- if(nivel==6)//25//DETECTA SI HICIMOS LOS 24 PUNTOS
+ if(nivel==25)//DETECTA SI HICIMOS LOS 24 PUNTOS
estadoled=6;
break;