Alix & Sam's combined versions

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

Revision:
8:7d218affea71
Parent:
7:8664a45f5ce1
--- a/SerialComms.hpp	Thu Nov 29 19:08:17 2018 +0000
+++ b/SerialComms.hpp	Fri Nov 30 13:15:30 2018 +0000
@@ -3,9 +3,9 @@
 class Serialcomms
 {
     private:
-         float fTemp;      //current temperature of sensor, updated every 15 seconds
-         float fPressure;  //current pressure of sensor, updated every 15 seconds
-         float fLDR;      //current light level from LDR, updated every 15 seconds
+         float fTemp;      //current temperature of sensor
+         float fPressure;  //current pressure of sensor
+         float fLDR;      //current light level from LDR
          
     public:
         EventQueue SERIAL_Queue;                   //Initialise the EventQueue