Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
186
stars
81
forks
source link
Cannot find any mention of which day of the week is 1 #85
I checked the docs, the examples, the header, and the cpp file, and can find no mention of whether this library counts Monday or Sunday as doW 1. (Yes some people consider the week to start on Sunday while others consider it to start on Monday)
Does it matter? I don't know, but I can't find anything that says anything.
I found it! There's a link to the function in the readme.md that I finally clicked on. It is user dependent and can be anything you want. Sorry for the issue, but maybe it's worth repeating in a comment here or there?
I checked the docs, the examples, the header, and the cpp file, and can find no mention of whether this library counts Monday or Sunday as doW 1. (Yes some people consider the week to start on Sunday while others consider it to start on Monday)
Does it matter? I don't know, but I can't find anything that says anything.