4180 Morse / Mbed 2 deprecated morseCode_Final_Project

Dependencies:   mbed

Fork of morseCode_Final_Project by Enoch Olutayo

Revision:
1:c4b5892da7ee
Parent:
0:4e10b6c94be9
diff -r 4e10b6c94be9 -r c4b5892da7ee main.cpp
--- 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
     }
 }