Skip to content

adding the ez-pz UART-RVC library for the BNO08x sensors #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,9 @@
[submodule "libraries/helpers/pixel_framebuf"]
path = libraries/helpers/pixel_framebuf
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git
[submodule "libraries/drivers/bno08x_rvc"]
path = libraries/drivers/bno08x_rvc
url = https://github.com/adafruit/Adafruit_CircuitPython_BNO08X_RVC.git
[submodule "libraries/helpers/airlift"]
path = libraries/helpers/airlift
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and

ADXL34x 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/adxl34x/en/latest/>
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation <https://circuitpython.readthedocs.io/projects/bno055/en/latest/>
BNO08X_RVC Simple UART Heading Library <https://circuitpython.readthedocs.io/projects/bno08x_rvc/en/latest/>
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/bno08x_rvc
Submodule bno08x_rvc added at 0f446d