Thomas Morris / Mbed OS PROJ324_Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
52:99915f5240b2
Parent:
51:47f5db68500b
diff -r 47f5db68500b -r 99915f5240b2 DATA.hpp
--- a/DATA.hpp	Tue Jan 09 15:15:08 2018 +0000
+++ b/DATA.hpp	Tue Jan 09 22:27:49 2018 +0000
@@ -1,12 +1,13 @@
 /*
-This is ur data Class which stores in the Sensor values
+This is our data Class which stores in the Sensor values
 ,light level and the time values
 */
-
-
 #ifndef DATA_HPP//Header Guards Prevents Multiple includes
 #define DATA_HPP
 
+#include "mbed.h"
+#include <string>
+#include "rtos.h"
 class DATA
 {
 public: