Skip to content

Releases: adafruit/Adafruit_CircuitPython_DS1307

2.1.13 - Fix Day String in Example

13 Jun 15:06
042c491
Compare
Choose a tag to compare

This release contains a fix for the day of the week string in the simpletest example. Thank you @mew-cx

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

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

Read the docs for info on how to use it.

2.1.12 - Added cp.org link to index.rst

09 Jun 19:10
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.11 - Added type annotations

01 Jun 12:38
d450a5d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.10 - Fixed square wave generation and seconds output

23 May 19:01
83e9438
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.9 - Updated documentation link, python version

04 Feb 20:08
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.8 - Updated pylint version, linted

15 Nov 17:36
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.7 - Updated documentation

26 Apr 19:12
9749e44
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.6 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:59
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.5 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:25
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.4 - Moved to pre-commit, added licensing info

22 Jan 02:29
45e8857
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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

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

Read the docs for info on how to use it.