3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
40:ba083993b481
Child:
46:0de1f3c7d118
diff -r 618ad21e2b34 -r ba083993b481 Measure.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Measure.h	Wed Apr 05 14:48:21 2017 +0000
@@ -0,0 +1,10 @@
+class Measure {
+public:    
+    float temperature;    
+    float humidity;
+    float pressure;
+    
+    //Constructor
+    Measure(float f, float h, float p);
+    Measure();
+};
\ No newline at end of file