EJEMPLO3

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
fabeltranm
Date:
Mon May 07 23:55:05 2018 +0000
Parent:
0:a550aef65fac
Commit message:
ok

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a550aef65fac -r 0f682b1c98ec main.cpp
--- a/main.cpp	Sat Oct 28 01:54:47 2017 +0000
+++ b/main.cpp	Mon May 07 23:55:05 2018 +0000
@@ -26,7 +26,7 @@
 void task1(void){ // task function 
 
     serial.printf("hola soy task1\n");
-    wait_ms(300);
+  //  wait_ms(300);
     
     
 }
@@ -34,6 +34,6 @@
 void task2(void){ // task function 
 
     serial.printf("hola soy task2\n");
-    wait_ms(300);
+    //wait_ms(300);
     
 }
\ No newline at end of file