First Final Version, Will probably need revision with regards to LCD and maybe the clock

Dependencies:   mbed HTTPClient MMA8452Q mbed-rtos 4DGL-uLCD-SE NTPClient SDFileSystem1 EthernetInterface

Revision:
4:f8614fcfba5a
Parent:
3:65349fe42061
--- a/alarm.h	Fri Dec 18 19:36:51 2020 +0000
+++ b/alarm.h	Fri Dec 18 23:17:07 2020 +0000
@@ -60,10 +60,7 @@
     ctTime = time(NULL); 
     strftime(buffer2, 80, "    %a %b %d\n    %T %p %z\n    %Z\n", \
                                                 localtime(&ctTime));
-    uLCD.printf("Alarm Stopped On:\n");
-    uLCD.printf("    UTC/GMT:\n%s", buffer2);
-    wait(30);
-    uLCD.cls();                                   
+    wait(30);                               
 }