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/LocalDate/LocalDate.cpp	Thu May 11 19:27:45 2017 +0000
+++ b/LocalDate/LocalDate.cpp	Sat May 13 17:35:58 2017 +0000
@@ -1,6 +1,19 @@
 #include "LocalDate.h"
 #include <stdio.h>
 
+/**
+    @file :     LocalDate.cpp
+    @authors :   Radu Marcu, Jacob Williams, Niall Francis, Arron Burch
+    
+    @section DESCRIPTION
+    
+    This is class is the LocalDate class, reponsible for handling the date and
+    time. It allows for the date and time to be set during run time, and automatically
+    updates the time every second. The class also allows the date to be returned to 
+    areas of the program.
+*/
+
+
 LocalDate::LocalDate(int d, int m, int y,int h,int mm,int s)
 {
     day = d;