3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
85:422d0a1b95cf
Parent:
82:668b51a39148
diff -r 16a3eabfb61f -r 422d0a1b95cf Measure/Measure.h
--- a/Measure/Measure.h	Thu May 11 19:27:45 2017 +0000
+++ b/Measure/Measure.h	Sat May 13 17:35:58 2017 +0000
@@ -2,7 +2,6 @@
 
 class Measure
 {
-    //Public properties / methods
     public:    
         float temperature;    
         float humidity;
@@ -10,7 +9,6 @@
     
     LocalDate date; 
     
-    //Constructor
     Measure(float f, float h, float p);
     Measure();
     Measure(LocalDate d, float f, float h, float p);