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:
6:b7f6e0c0f646
Child:
10:eea19f8e6122
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messageStruct.hpp	Thu Nov 29 18:41:57 2018 +0000
@@ -0,0 +1,8 @@
+typedef struct 
+{
+    double temp;
+    double pressure;
+    double ldr;
+} sample_message;
+
+extern sample_message msg;