Skip to content

Commit

Permalink
Update to modern dayOfTheWeek() function name
Browse files Browse the repository at this point in the history
  • Loading branch information
awickert committed Feb 6, 2017
1 parent 5707cd6 commit a7b34f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS3231.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DateTime {
uint8_t hour() const { return hh; }
uint8_t minute() const { return mm; }
uint8_t second() const { return ss; }
uint8_t dayOfWeek() const;
uint8_t dayOfTheWeek() const;

// 32-bit times as seconds since 1/1/2000
long secondstime() const;
Expand Down

0 comments on commit a7b34f0

Please sign in to comment.