Skip to content

Example Usage in README Fails with RuntimeError: Not implemented #21

Closed
@sandsfish

Description

@sandsfish

Running the example usage on the current (4/12/2021) README, on a Raspberry Pi Zero W results in a RuntimeError: Not implemented error.

Screen Shot 2021-04-12 at 4 20 51 PM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions