Carlos Andrés Palacio Tobón
/
tarea3_reconocimiento_voz
Muestra el color mediante reconocimineto de voz y appinventor.
Revision 1:047ac18a6a5e, committed 2017-11-28
- Comitter:
- caapalacioto
- Date:
- Tue Nov 28 13:02:49 2017 +0000
- Parent:
- 0:08228390b7cf
- Commit message:
- Cambio pines de lcd
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 26 22:59:28 2017 +0000 +++ b/main.cpp Tue Nov 28 13:02:49 2017 +0000 @@ -4,7 +4,7 @@ Serial device(PTE0, PTE1); // tx, rx Serial pc(USBTX,USBRX); // pc -TextLCD lcd(PTE0, PTE1, PTE2, PTE3, PTE4, PTE5); // rs, e, d4-d7 +TextLCD lcd(PTB10, PTB11, PTE2, PTE3, PTE4, PTE5); // rs, e, d4-d7 char buffer[10]; // TAMAÑO DEL BUFER Timer t; //VALOR DEL TIEMPO