emilio quiroz / Mbed 2 deprecated HelloWorld

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
josequiroz
Date:
Fri Jun 25 00:13:33 2021 +0000
Parent:
1:03c191369089
Commit message:
ko

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 01 20:57:57 2012 +0000
+++ b/main.cpp	Fri Jun 25 00:13:33 2021 +0000
@@ -9,4 +9,5 @@
         myled = 0;
         wait(0.2);
     }
+    print("finish");
 }