Repo. for the ELEC351 Coursework - Oliver Thompson

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

Revision:
11:b8e8630c7e3b
Parent:
10:08c366434f2b
Child:
19:c3b396b65f2a
--- a/LCD.hpp	Tue Dec 04 15:26:46 2018 +0000
+++ b/LCD.hpp	Tue Dec 04 17:39:43 2018 +0000
@@ -28,6 +28,7 @@
     
     public:
     EventQueue LCD_Queue;  //create an event queue for main
+    
     LCD_Data(){ //constructor, initializes the FLIP variable for use in toggling the bottom line of the LCD
         flip = 1;
         temp = 0;
@@ -62,5 +63,3 @@
     }; 
 #endif
 
-// Create an instance
-LCD_Data m_oDisplay;