
Programa que lee los caracteres de las teclas de un tecladp hexa mediante Thread. El programa principal solo hace parpadear un led. Se utiliza un LCD para ver los caracteres del teclado
Dependencies: mbed mbed-rtos TextLCD
Diff: main.cpp
- Revision:
- 1:91306627385c
- Parent:
- 0:8320db45d270
--- a/main.cpp Thu Dec 20 05:34:43 2018 +0000 +++ b/main.cpp Thu Dec 20 05:37:59 2018 +0000 @@ -128,7 +128,7 @@ fflush(stdout); while (1){ relay = !relay; - wait(0.5); + wait(0.6); } } } \ No newline at end of file