Skip to content

Releases: pimoroni/lsm303d-python

Version 1.0.0

21 May 11:24
a513e2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v1.0.0

Version 0.0.5

12 Sep 14:21
Compare
Choose a tag to compare

Quick fix to require version 0.0.6 of i2cdevice, which introduces the set/get API methods.

Version 0.0.4

12 Sep 14:21
Compare
Choose a tag to compare

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