Repo. for the ELEC351 Coursework - Oliver Thompson

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

Revision:
16:73af0e3ddcaa
Parent:
11:b8e8630c7e3b
Child:
18:a036c2e5ff89
--- a/Sampler.hpp	Thu Dec 06 22:38:29 2018 +0000
+++ b/Sampler.hpp	Fri Dec 07 17:46:12 2018 +0000
@@ -49,6 +49,7 @@
         msg.temp = temp;
         msg.pressure = pressure;
         msg.ldr = LDR;
+        redLED != redLED;
         return msg;
     }