Contains necessary classes and functions for ELEC351
Revision 7:92b4783af1d2, committed 2018-01-09
- 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 |
diff -r dfcb6c2fc593 -r 92b4783af1d2 loggingMaster/dateAndTime.cpp --- 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