Skip to content

Releases: pimoroni/cap1xxx-python

Version 1.0.0 - libgpiod port

25 Sep 16:24

Choose a tag to compare

Pre-release

Version 1.0.0 - Port to libgpiod

This version has been ported to libgpiod (an upstream, cross platform replacement for RPi.GPIO). We've avoided releasing it to pypi until downstream libraries can be updated.

It can be specified as a dependency in our boilerplate (hatch/pyproject.toml) like so:

dependencies = [
    "cap1xxx @ git+https://github.com/pimoroni/[email protected]"
]

[tool.hatch.metadata]
allow-direct-references = true

What's Changed

  • Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate, port to gpiod by @Gadgetoid in #23

Full Changelog: v0.1.4...v1.0.0

Version 0.1.4

09 Nov 12:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

Version 0.1.3

06 Feb 13:08

Choose a tag to compare

Fix to LED rise/fall rate method.