Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed 4DGL-uLCD-SE
Fork of morseCode_1 by
Diff: main.cpp
- 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() {