updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Revision:
12:991c54e21f5f
Parent:
11:d7337ffe7f85
--- a/main.cpp	Thu Jul 16 09:47:03 2020 +0100
+++ b/main.cpp	Thu Jul 16 10:10:13 2020 +0100
@@ -13,9 +13,11 @@
 //applications have a main function. This is
 //out entry point in the software
 int main() {
+    //Write a welcome message to the terminal
+    puts("Welcome to the University of Plymouth");
 
-// ALL the code is contained in a 
-// “while loop”
+    // ALL the repearing code is contained in a 
+    // “while loop”
     while(1) 
     {
     //The code between the { curly braces }