MAIN

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
36:af6abc6f7590
Child:
37:13f74964a045
diff -r af125862c33e -r af6abc6f7590 Data.hpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Data.hpp	Mon May 15 08:58:08 2017 +0000
@@ -0,0 +1,17 @@
+#ifndef DATA_H
+#define DATA_H
+#include "mbed.h"
+#include "rtos.h"
+
+
+
+class Data
+{
+    public:
+        float tempCelsius;
+        float humi;
+        float pressure;
+        uint32_t seconds, minutes, hours; 
+};
+
+#endif
\ No newline at end of file