Releases: adafruit/Adafruit_CircuitPython_PCF8563
2.0.3 - Sphinx RTD Theme Fix
Full Changelog: 2.0.2...2.0.3
2.0.2 - Fix RTD Docs Build and Unpin Sphinx
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
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
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
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
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
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
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.
1.0.4 - Added cp.org link to index.rst
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.3 - Repo documentation and config updates
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.