4180 Morse / Mbed 2 deprecated morseCode_1_1

Dependencies:   mbed 4DGL-uLCD-SE

Fork of morseCode_1 by 4180 Morse

Revision:
1:c4b5892da7ee
Parent:
0:4e10b6c94be9
Child:
3:6e52b66c5a0c
--- 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
     }
 }