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
Since the PyBadge LC does not have the accelerometer populated this ends up raising an exception.
We could possible handle the missing accelerometer more gracefully and allow the remaining portions of the library that are supported by the LC hardware to work.
The text was updated successfully, but these errors were encountered:
I think this library currently assumes that if the I2C bus exists then the accelerometer will as well with the code from here:
Adafruit_CircuitPython_PyBadger/adafruit_pybadger/pybadge.py
Lines 60 to 73 in 75785b6
Since the PyBadge LC does not have the accelerometer populated this ends up raising an exception.
We could possible handle the missing accelerometer more gracefully and allow the remaining portions of the library that are supported by the LC hardware to work.
The text was updated successfully, but these errors were encountered: