Releases: pimoroni/Piano-HAT
Releases · pimoroni/Piano-HAT
Version 0.1.0
This is a maintenance release with no feature additions, it simply fixes a couple of ongoing issues that affect use in IDLE and also how the library interacts with the Python ecosystem on the whole.
- Fix: Defer setup to avoid import side-effects
- Fix: Change exit to
ImportError
Version 0.0.5
Version 0.0.5 includes some minor tweaks and improvements for codestyle and conformance. Plus docstrings, which you can see by running:
import pianohat
help(pianohat)