programa adivina para la tarjeta stm32f103c8 NUEVA VERSION

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
fcalzadas
Date:
Wed Sep 11 20:44:49 2019 +0000
Parent:
1:87e57a5439b8
Commit message:
NUEVA VERSION

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Sep 11 19:56:40 2019 +0000
+++ b/main.cpp	Wed Sep 11 20:44:49 2019 +0000
@@ -248,16 +248,29 @@
 *+
 *+      GND
 *+
-*+----------------------------------------------------------------------------*
-*+
-*+   Powered by
-*+
-*+          T H E     A N T U L I U ' S   T E A M   R&D  Unltd 
-*+
-*+  Research, Development, Systems, Equipment, Support & Spare Parts.
-*+  (C) Copyright 1989-2019, All Rights Reserved            
-*+
-*+  Welcome to The Beaners Proyect Community!                   
-*+----------------------------------------------------------------------------*/
+*/
+/*
++--------------------------------------------------------------------------------
+|                               EJERCICIO
+|
+| 1.-   Este programa tambien acepta letras o caracteres?
+| 2.-   Modificar este programa para: 
+|       a) Que solo acepte números
+|       b) Agregar un contador de Número de Intentos 
+|       
++--------------------------------------------------------------------------------
+|
+|                               EXAMEN
+|
+| 1.-   Modificar el programa para que despliegue el número de intentos para adivinar
+|       el número secreto.
+| 2.-   Modificar el programa para haga eco con la respuesta que le introducimos.
+|
+| 3.-   Modificar el programa para que el número secreto sea generado aleatoriamente.
+|       a) Generar un Número Pseudo Aleatorio Mediante el Ticker
+|       b) Utilizando la función RANDOMIZE
+| Suerte!
++--------------------------------------------------------------------------------
 
+*/
 /* END Mbed */ 
\ No newline at end of file