Entrega 3er corte - sistemas embebidos

Files at this revision

API Documentation at this revision

Comitter:
Bethory
Date:
Wed May 30 04:46:28 2018 +0000
Parent:
0:6ad07c9019fd
Commit message:
Entrega Final

Changed in this revision

04_main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/04_main.cpp	Wed May 30 00:01:50 2018 +0000
+++ b/04_main.cpp	Wed May 30 04:46:28 2018 +0000
@@ -30,7 +30,7 @@
 stepmotor smotor1(D9, D10, D11, D12);
 stepmotor smotor2(D2, D6, D7, D8);
 Serial command(PC_10, PC_11, 9600);
-Serial letrero(USBTX, USBRX, 9600);
+Serial letrero(PC_12, PD_2, 9600);
 
 Thread hilo1;