Releases: pimoroni/cap1xxx-python
Releases · pimoroni/cap1xxx-python
Version 1.0.0 - libgpiod port
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 = trueWhat'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
What's Changed
- Update comment to indicate support for CAP1106 as used by Touch pHAT … by @dglaude in #13
- Fix for #16 by @tomgibara in #17
- Fix thread.isAlive for py3.9 #19 by @Gadgetoid in #21
New Contributors
- @dglaude made their first contribution in #13
- @tomgibara made their first contribution in #17
Full Changelog: v0.1.3...v0.1.4
Version 0.1.3
Fix to LED rise/fall rate method.