Skip to content

Releases: adafruit/Adafruit_CircuitPython_DS3231

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.

Change I2CDevice method read_into to readinto

17 Nov 19:44
Compare
Choose a tag to compare

Changes made to follow changes in Adafruit_Circuitpyton_BusDevice.I2CDevice

2.0 Release for CircuitPython 2.x

03 Nov 00:07
df8a7f8
Compare
Choose a tag to compare

New release to generate mpy binary for CircuitPython 2.x (note this might not work with CircuitPython 3.0+). No functional changes to code.