Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@SmithChart SmithChart released this 29 Nov 08:21
· 91 commits to master since this release
3eb689f

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

New Contributors

Full Changelog: 0.2.1...0.3.0