Closed
Description
It appears that the updates mentioned in CP issue #205 (Refine ustruct
into struct
in shared-bindings and shared-module) didn't make their way here. We should patch this library to include the same changes because as of 3.0.0-alpha.1-190-g3642fcb this library generates an ImportError:
>>> import board
>>> import busio
>>> import adafruit_mpl3115a2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_mpl3115a2.py", line 34, in <module>
ImportError: no module named 'ustruct'
Metadata
Metadata
Assignees
Labels
No labels