Skip to content

Commit

Permalink
Merge pull request #57 from markus-k/patch-1
Browse files Browse the repository at this point in the history
Update README to use correct BNO055 class for I2C
  • Loading branch information
siddacious committed Oct 26, 2020
2 parents 7f6d9fc + db3c1fa commit 7030883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Once you have the I2C object, you can create the sensor object:

.. code:: python
sensor = adafruit_bno055.BNO055(i2c)
sensor = adafruit_bno055.BNO055_I2C(i2c)
And then you can start reading the measurements:
Expand Down

0 comments on commit 7030883

Please sign in to comment.