Closed
Description
Running the example usage on the current (4/12/2021) README, on a Raspberry Pi Zero W results in a RuntimeError: Not implemented error.
If I pull the import from another example and import:
from adafruit_bno08x.i2c import BNO08X_I2C
and then use:
bno = BNO08X_I2C(i2c)
I simply get:
AttributeError: 'BNO08X_I2C' object has no attribute 'rotation_vector'
What's going on with these examples?
Metadata
Metadata
Assignees
Labels
No labels