Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels