Skip to content

Releases: adafruit/Adafruit_CircuitPython_DS3231

2.2.2 - Changed CI from Travis to GitHub Actions

23 Jan 02:21
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

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

Read the docs for info on how to use it.

Remove verification check

15 Nov 04:11
1bf2707
Compare
Choose a tag to compare
  • Remove verification check, which could sometimes fail due to battery backed persistent state.

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

Remove stop kwarg and use write_then_readinto.

27 Aug 19:17
395ddb7
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:28
0e8b9ae
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

setup.py fix

03 Dec 22:02
de9017c
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

Update .pylintrc, add Adafruit-Blinka to requirements.txt

12 Nov 20:28
088ada2
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

Now on PyPi!

05 Aug 16:24
a0c456e
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

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

To use in CPython, pip install adafruit-circuitpython-ds3231.

Read the docs for info on how to use it.

Improved reference documentation.

28 Feb 02:17
689301d
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

24 Feb 21:47
9149d64
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Less lint

12 Dec 02:13
Compare
Choose a tag to compare

Now with less lint, including a fix to the example. Thanks @mrmcwethy !

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

Read the docs for info and examples.