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:
8:7d218affea71
Parent:
7:8664a45f5ce1
Child:
12:4c7eaac8ceef
--- a/Sampler.hpp	Thu Nov 29 19:08:17 2018 +0000
+++ b/Sampler.hpp	Fri Nov 30 13:15:30 2018 +0000
@@ -17,8 +17,8 @@
     {
         sample_message message = getData();
         m_oDisplay.LCD_Queue.call(&m_oDisplay, &LCD_Data::update_sensor_info, message);
+        m_oSerial.SERIAL_Queue.call(&m_oSerial, &Serialcomms::setsampledata, message);
         //SD_Queue.call(&m_oSD_data, &SD_Queue::update_sensor_info, sample_data, sample_data);
-        m_oSerial.SERIAL_Queue.call(&m_oSerial, &Serialcomms::setsampledata, message);
     }
     
     sample_message getData()