Releases: adafruit/Adafruit_CircuitPython_DS3231
Remove stop kwarg and use write_then_readinto.
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
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
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
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!
- 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.
Thanks to @sommersoft for the great work!
Sphinx update.
Thanks to @brentru for the great work!
Less lint
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
Changes made to follow changes in Adafruit_Circuitpyton_BusDevice.I2CDevice
2.0 Release for CircuitPython 2.x
New release to generate mpy binary for CircuitPython 2.x (note this might not work with CircuitPython 3.0+). No functional changes to code.