4180 Morse / Mbed 2 deprecated morseCode_Final_Project

Dependencies:   mbed

Fork of morseCode_Final_Project by Enoch Olutayo

Files at this revision

API Documentation at this revision

Comitter:
Jeco13
Date:
Mon Apr 16 17:35:41 2018 +0000
Parent:
0:4e10b6c94be9
Commit message:
Yeah

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 16 17:28:00 2018 +0000
+++ b/main.cpp	Mon Apr 16 17:35:41 2018 +0000
@@ -7,6 +7,6 @@
         myled = 1;
         wait(0.2);
         myled = 0;
-        wait(0.2);
+        wait(0.2);//repository
     }
 }