3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
68:d3765f93c16a
Parent:
65:3723d2729b68
--- a/Measure.h	Mon Apr 10 01:37:12 2017 +0000
+++ b/Measure.h	Thu Apr 13 11:07:14 2017 +0000
@@ -2,10 +2,11 @@
 
 class Measure
 {
-public:    
-    float temperature;    
-    float humidity;
-    float pressure;
+    //Public properties / methods
+    public:    
+        float temperature;    
+        float humidity;
+        float pressure;
     
     LocalDate date;