You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whatever syntax I use for the import and syntax I give on line 241 self._accelerometer = adafruit_lsm6ds.LSM6DS33(self._i2c) it keep saying stuff like AttributeError: 'module' object has no attribute 'LSM6DS33'
My idea would have been to release the same day a fix for this library together with the release of LSM6DS to avoid having one bundle that contain incompatible library.
I believe that the recent restructing of this library https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS will break CLUE library.
It's mostly this line
import adafruit_lsm6ds
and the few usage of it.The text was updated successfully, but these errors were encountered: