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:88b9ec493af4, committed 2019-06-15
- Comitter:
- nicoalmaraz
- Date:
- Sat Jun 15 22:04:19 2019 +0000
- Parent:
- 1:917b402c9b00
- Commit message:
- Trabajo Practico 1 - Ejercicio 3: Bomba 1.3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 917b402c9b00 -r 88b9ec493af4 main.cpp --- a/main.cpp Sat Jun 15 22:02:38 2019 +0000 +++ b/main.cpp Sat Jun 15 22:04:19 2019 +0000 @@ -70,11 +70,11 @@ mostrado=0; reset_variables(); generar_patron(); - printf("\r\nPatron:\r\n"); - printf("%d\r\n",patron[0]); - printf("%d\r\n",patron[1]); - printf("%d\r\n",patron[2]); - printf("%d\r\n",patron[3]); + //printf("\r\nPatron:\r\n"); + //printf("%d\r\n",patron[0]); + //printf("%d\r\n",patron[1]); + //printf("%d\r\n",patron[2]); + //printf("%d\r\n",patron[3]); } break; case 2://Me fijo si se desconectó algún cable o si se terminó el tiempo