Repo. for the ELEC351 Coursework - Oliver Thompson

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

Revision:
9:654e14de9d74
Parent:
6:b7f6e0c0f646
Child:
10:08c366434f2b
--- a/LCD.hpp	Fri Nov 30 13:15:30 2018 +0000
+++ b/LCD.hpp	Fri Nov 30 15:01:03 2018 +0000
@@ -3,6 +3,8 @@
 #include "mbed.h"
 #include "messageStruct.hpp"
 #include "sample_hardware.hpp"
+#include <vector>
+
 class LCD_Data
     {
      private:  //private variables can only be changed via functions in this function
@@ -55,7 +57,7 @@
             printf("Error in LCD flip function");
             break;
          }
-       } 
+       }        
     }; 
 // Define the member object for the LCD
 LCD_Data m_oDisplay;