Releases: pimoroni/ioe-python
Releases · pimoroni/ioe-python
Version 1.0.1
This release fixes a nasty bug that made Inventor HAT Mini appear as though it could not detect an IO expander. Internally it was attempting to access "/dev/i2c-False", but this error was being suppressed.
What's Changed
- Fix smbus_id support in SuperIOE. by @Gadgetoid in #27
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
What's Changed
- Add smbus2 dependency for #21 by @Gadgetoid in #22
- add support to choose smbus number by @Tomassmits in #25
- Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate by @Gadgetoid in #26
New Contributors
- @Tomassmits made their first contribution in #25
Full Changelog: v0.0.5...v1.0.0
Version 0.0.5
- Improved readme and documentation
- Linting fixes
Version 0.0.4
Full Changelog: v0.0.3...v0.0.4
Version 0.0.3
What's Changed
- Add switch counter support by @Gadgetoid in #6
- Add method to clear a switch counter by @Gadgetoid in #8
- Add Bullseye installer by @Gadgetoid in #9
Full Changelog: v0.0.2...v0.0.3
Version 0.0.2
- Call read/write in a single i2c_rdwr to maintain thread safety
Version 0.0.1
Initial release.