adafruit / Adafruit_CircuitPython_DS3231

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

Wrong order in alarm register #2

Closed deshipu closed 7 years ago

deshipu commented 7 years ago

I just fixed a bug in https://github.com/adafruit/Adafruit-uRTC/commit/286c65d4746a8cfc2a67430d2fdcdb5c0aa95d62 where I was using the wrong order of registers for the alarm setting. This should probably also fixed here.

tannewt commented 7 years ago

Thanks for the heads up! I redid the alarm stuff when I switched to the Register model. So, it shouldn't be an issue in this driver.