MAIN

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
37:13f74964a045
Parent:
36:af6abc6f7590
--- a/Data.hpp	Mon May 15 08:58:08 2017 +0000
+++ b/Data.hpp	Mon May 15 11:38:07 2017 +0000
@@ -11,7 +11,7 @@
         float tempCelsius;
         float humi;
         float pressure;
-        uint32_t seconds, minutes, hours; 
+        time_t logtime;
 };
 
 #endif
\ No newline at end of file