Skip to content

Releases: adafruit/Adafruit_CircuitPython_PCF8563

2.0.5 - Use Ruff

15 May 22:15
06af56c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4 - RTD Sphinx Config

16 Jan 19:02
Compare
Choose a tag to compare

2.0.3 - Sphinx RTD Theme Fix

10 Oct 16:00
Compare
Choose a tag to compare

2.0.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:31
Compare
Choose a tag to compare

Changes: 2.0.1...2.0.2

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

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

Read the docs for info on how to use it.

2.0.1 - Updated .pylintrc, fixed jQuery

26 May 16:26
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Now a package with timer and clock support

28 Apr 23:35
bec2491
Compare
Choose a tag to compare

This is now a package (aka folder) instead of a module (aka file). Imports will need to change at minimum. The smallest change is to replace this:

import adafruit_pcf8563

with

from adafruit_pcf8563 import pcf8563 as adafruit_pcf8563

This release also adds clock and timer modules for those specific features. Thanks to @bablokb for implementing them.

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

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

Read the docs for info on how to use it.

1.0.8 - Made copyright stay up to date in docs/conf.py

26 Aug 02:21
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.7 - Fixed version string

22 Aug 18:45
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.6 - Switched to pyproject.toml

09 Aug 19:49
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.5 - Fixed example using days of week

13 Jun 16:36
307f6d0
Compare
Choose a tag to compare

Fixed an example to have the first day of the week to be Monday. Thanks @FoamyGuy and @mew-cx!

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

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

Read the docs for info on how to use it.