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:
83:0d3572a8a851
--- a/Measure/Measure.cpp	Thu May 11 19:27:45 2017 +0000
+++ b/Measure/Measure.cpp	Sat May 13 17:35:58 2017 +0000
@@ -1,5 +1,19 @@
 #include "Measure.h"
 
+
+/**
+    @file :     Measure.cpp
+    @authors :   Radu Marcu, Jacob Williams, Niall Francis, Arron Burch
+    
+    @section DESCRIPTION
+    
+    This is the Measure class. Each message object stores the values collected from
+    the sensor board (temperature, humidity, pressure). These objects are later
+    stored in the CircularArray.
+*/
+
+
+
 //
 // Measure objects holding data collected from sensor board.
 //