adafruit / Adafruit_CircuitPython_DS3231

Adafruit CircuitPython drivers for the DS3231 realtime clock.
MIT License
21 stars 19 forks source link

Update example to have Monday at index 0 #39

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Matches correct behavior of weekday number, with Monday as 0

Didn't change any of the driver code, and looking through it, it seems as if it's functioning as intended. Still, hardware on the way to fully test if necessary.

tekktrik commented 2 years ago

Addresses Issue #36

tekktrik commented 2 years ago

I think it's fine, as it doesn't seem like the library was broken beforehand!