Skip to content

Added DS3231 RTC FeatherWing

Compare
Choose a tag to compare
@makermelissa makermelissa released this 17 Feb 21:27
dfa20cc

Added DS3231 Real Time Clock FeatherWing. This extends the DS3231 library and makes updating the time extremely easy by having ability to change individual numbers instead of the entire time/date structure as well as a few other goodies like checking number of days and getting/setting by unix time on boards that support this. At this time, there are some known issues running the unix functions on the nRF52840 Express and Particle Boards.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-featherwing.

Read the docs for info on how to use it.