Release 0.3.0
With this release we add support for a new hardware revision of our USB-SD-Mux.
The new hardware features two open-drain outputs and is built around a new I2C port expander and a faster analog switch for the SD-Card.
Breaking Changes
If you are using this tool as a Python library: This release changes the API. The usbsdmux.UsbSdMux
class is now an abstract base class and can not be instantiated directly. Use the usbsdmux.autoselect_driver()
function to obtain an instance of the correct type.
What's Changed
- Cleanups for usb2642i2c by @ukleinek in #42
- create a basic debian package by @jluebbe in #38
flake8
andblack
: Fix Problems and add Actions for verification by @SmithChart in #47- README: fix typo in UDEV rule path by @remes-codasip in #54
- Drop debian packaging by @ukleinek in #53
- Add support for the USB-SD-Mux FAST by @SmithChart in #52
- Increment package version to 0.3.0 by @SmithChart in #56
New Contributors
- @jluebbe made their first contribution in #38
- @remes-codasip made their first contribution in #54
Full Changelog: 0.2.1...0.3.0