Contains necessary classes and functions for ELEC351

/media/uploads/Luka_Danilovic/elec_315_prototype_assembly.jpg

Files at this revision

API Documentation at this revision

Comitter:
Luka_Danilovic
Date:
Tue Jan 09 15:47:08 2018 +0000
Parent:
6:dfcb6c2fc593
Commit message:
ELEC351 Library; LCD Driver not working due to a bug I could not diagnose. I suspect it is the initialization.

Changed in this revision

loggingMaster/dateAndTime.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/loggingMaster/dateAndTime.cpp	Tue Jan 09 13:31:18 2018 +0000
+++ b/loggingMaster/dateAndTime.cpp	Tue Jan 09 15:47:08 2018 +0000
@@ -23,7 +23,7 @@
 }
 
 
-void C_DT::setD(int yr, int mnt, int day)    // Updates RTC date
+void C_DT::setD(int day, int mnt, int yr)    // Updates RTC date
 {
     time_t secondsElapsed;      // Object of type time_t
     struct tm *tempTimeInfo;    // Pointer to a embeded structure containing calendar dates