aboutsummaryrefslogtreecommitdiffstats
path: root/ds3231.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor redundant source lines and simplify displaying of text and ↵William Harrington2019-09-301-1/+3
| | | | characters with locations. Remove unneeded variables and comment out unused functions until used.
* Add char array for day of week and use in Get_WeekDay function. Add a ↵William Harrington2019-08-071-12/+24
| | | | monthOfYear for month names for future use.
* Add functions to edit SQWE.William Harrington2019-08-011-0/+8
|
* Add a function for determining day of week from calendar date and rename ↵William Harrington2019-07-311-3/+7
| | | | dayofweek to day like in datasheet.
* Remove Set_Time_Date()William Harrington2019-07-281-14/+0
|
* Refactor weekofday to weekOfDayWilliam Harrington2019-07-271-1/+1
|
* Copy project files into repoWilliam Harrington2019-07-271-0/+137