adafruit / Adafruit-uRTC

MicroPython library for RTCs
MIT License
26 stars 8 forks source link

DS3231 - Add method to configure activation of INT/SQW pin on alarm, this allows MCU to be woken from power down (sleep) modes via an interrupt pin #6

Closed chrisb2 closed 5 years ago

chrisb2 commented 6 years ago

The behavior enable by the PR is described on pages 11 to 14 of the DS3231 Datasheet. Two new methods are provided:

The documentation is updated to describe these methods and the library version is increased from 1.2 to 1.3.

kattni commented 5 years ago

We have merged this PR, however we are deprecating this library. We now only support CircuitPython. Please fork if you wish to continue development.