As7262

Latest version: v0.1.0

Safety actively analyzes 623282 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

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: https://github.com/pimoroni/i2cdevice-python/pull/3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.