Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 13 Sep 10:54
· 8 commits to master since this release

Changes AS7262 from a singleton module into a class. This is a breaking change that affects backward compatibility with user code, but instead of:

import as7262

You can use:

from as7262 import AS7262
as7262 = AS7262()

And things should work as before.

This change also migrates to the new i2cdevice>=0.0.6 set/get API. For more information see: pimoroni/i2cdevice-python#3