diff options
Diffstat (limited to 'main.h')
-rwxr-xr-x | main.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ unsigned int sec = 30;
unsigned int min = 42;
unsigned int hour = 21;
-unsigned int dayofweek = 7;
+unsigned int dayOfWeek = 7;
unsigned int date = 27;
unsigned int month = 7;
unsigned int year = 19;
@@ -44,7 +44,7 @@ void format_DateTimeChars(void); // Format msb and lsb for temperature display
void format_Temperature(void);
-// Determine day of week with dayofweek from DS3231
+// Determine day of week from DS3231
void getWeekDay(unsigned int);
// Determine Alarm status from control registers
|