Programa para testes

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
mlucas82
Date:
Tue Apr 21 23:52:53 2015 +0000
Parent:
18:fd0356641437
Commit message:
published

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r fd0356641437 -r dc205bc94993 main.cpp
--- a/main.cpp	Thu Mar 05 11:44:26 2015 +0000
+++ b/main.cpp	Tue Apr 21 23:52:53 2015 +0000
@@ -28,7 +28,9 @@
 }
 
 int main() {
+    pausa(1);
     while(1) {
+        printf("S\n");
         piscaCurto();
         pausa(CURTO);
         piscaCurto();
@@ -37,6 +39,7 @@
 
         pausa(1);
 
+        printf("O\n");
         piscaLongo();
         pausa(CURTO);
         piscaLongo();
@@ -45,6 +48,7 @@
 
         pausa(1);
 
+        printf("S\n");
         piscaCurto();
         pausa(CURTO);
         piscaCurto();