3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
71:a935e4b88ad8
Parent:
68:d3765f93c16a
diff -r ee19a73ed215 -r a935e4b88ad8 LocalDate.cpp
--- a/LocalDate.cpp	Fri Apr 21 17:37:48 2017 +0000
+++ b/LocalDate.cpp	Fri Apr 21 18:32:12 2017 +0000
@@ -53,6 +53,8 @@
     
     void LocalDate::TickSecond()
     {
+        // ARRON TODO: Fix so time accounts for days in different months/leap years etc.
+        
         sec++;
         if(sec == 60)
         {