4180 Morse / Mbed 2 deprecated morseCode_1_1

Dependencies:   mbed 4DGL-uLCD-SE

Fork of morseCode_1 by 4180 Morse

Revision:
3:6e52b66c5a0c
Parent:
1:c4b5892da7ee
Child:
4:62c590826ddb
--- a/main.cpp	Mon Apr 16 18:17:22 2018 +0000
+++ b/main.cpp	Wed Apr 18 01:16:06 2018 +0000
@@ -1,5 +1,9 @@
 #include "mbed.h"
 
+//Part 1
+//Main takes in string text input from bluetooth module. Store in string variable
+//call text_to_morse function on each character from input string variable
+
 DigitalOut myled(LED1);
 
 int main() {