Releases: pimoroni/lsm303d-python
Releases · pimoroni/lsm303d-python
Version 1.0.0
What's Changed
- Fix typo of numeric constant by @tombsar in #4
- Add GitHub actions workflow by @Gadgetoid in #5
- Drop Python 3.4, fix coveralls by @Gadgetoid in #7
- Repackage to hatch/pyproject.toml by @Gadgetoid in #10
New Contributors
Full Changelog: v0.0.5...v1.0.0
Version 0.0.5
Quick fix to require version 0.0.6 of i2cdevice, which introduces the set/get API methods.
Version 0.0.4
All calls into i2cdevice have been rewritten to use the set
and get
methods which avoid the clunky __getattribute__
overloading. For more detail see - pimoroni/i2cdevice-python#3