Version 8, working version with Alix, sams and ollies code. Displays time, date and sensor info onto terminal, LCD and networking, and saves onto SD card.

Dependencies:   BMP280 ELEC350-Practicals-FZ429 TextLCD BME280 ntp-client

Revision:
12:4c7eaac8ceef
Parent:
10:eea19f8e6122
--- a/messageStruct.hpp	Thu Dec 13 15:46:07 2018 +0000
+++ b/messageStruct.hpp	Mon Dec 31 19:20:22 2018 +0000
@@ -12,7 +12,7 @@
 extern sample_message msg;
 
 
-typedef struct
+typedef struct //structure used to store time and date info that is sent between LCD class and serial communcations
 {
    string day; //current day, mon - sun
    string month; //current month, jan - dec