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:
11:42b0c567cc8c
Parent:
10:eea19f8e6122
Child:
12:4c7eaac8ceef
--- a/LCD.hpp	Thu Dec 13 15:24:22 2018 +0000
+++ b/LCD.hpp	Thu Dec 13 15:46:07 2018 +0000
@@ -133,10 +133,11 @@
         Timemsg.time = time;
         Timemsg.year = year;
         Timemsg.current_time = current_time;
-        return Timemsg;
         
        flip = 3; //will tell the user that the time has been updated on next FLIP instance with the LCD
        
+       return Timemsg; //swap this for a function that sends the structure to ollie?
+        
        }