Dependencies: mbed mbed-rtos TextLCD
Revision 1:91306627385c, committed 2018-12-20
- Comitter:
- Otakutronics
- Date:
- Thu Dec 20 05:37:59 2018 +0000
- Parent:
- 0:8320db45d270
- Commit message:
- Manejo de teclado hexa mediante Thread con TextLCD
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8320db45d270 -r 91306627385c main.cpp --- 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