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.
Dependencies: mbed
Revision 2:10526640c007, committed 2014-03-26
- Comitter:
- Antulius
- Date:
- Wed Mar 26 03:27:11 2014 +0000
- Parent:
- 1:ad933fa229d3
- Child:
- 3:10e172076e10
- Commit message:
- El programa principal guarda un n?mero secreto y lo compara contra otro le?do del teclado de la terminal serial. Tienes n intentos para adivinar el numero secreto.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 26 03:19:46 2014 +0000 +++ b/main.cpp Wed Mar 26 03:27:11 2014 +0000 @@ -7,7 +7,7 @@ // HERRAMIENTA: mbed // // DESCRIPCION: El programa principal guarda un número secreto y lo compara -// contra otro leido del teclado. Tiene n intentos para adivinar +// contra otro leído del teclado. Tiene n intentos para adivinar // el numero secreto. // Este programa recibe un dato desde la terminal y lo compara // con datos subsecuentes enviados por la terminal para decidir