Skip to content

Commit 86d34f3

Browse files
authored
Merge pull request #264 from siddacious/add_bno08x_rvc
adding the ez-pz UART-RVC library for the BNO08x sensors
2 parents a072676 + 97b235d commit 86d34f3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,9 @@
718718
[submodule "libraries/helpers/pixel_framebuf"]
719719
path = libraries/helpers/pixel_framebuf
720720
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git
721+
[submodule "libraries/drivers/bno08x_rvc"]
722+
path = libraries/drivers/bno08x_rvc
723+
url = https://github.com/adafruit/Adafruit_CircuitPython_BNO08X_RVC.git
721724
[submodule "libraries/helpers/airlift"]
722725
path = libraries/helpers/airlift
723726
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
294294

295295
ADXL34x 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/adxl34x/en/latest/>
296296
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation <https://circuitpython.readthedocs.io/projects/bno055/en/latest/>
297+
BNO08X_RVC Simple UART Heading Library <https://circuitpython.readthedocs.io/projects/bno08x_rvc/en/latest/>
297298
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
298299
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>
299300
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/>

libraries/drivers/bno08x_rvc

Submodule bno08x_rvc added at 0f446db

0 commit comments

Comments
 (0)