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

This commit is contained in:
siddacious 2020-09-16 15:36:54 -07:00
parent d42ed26259
commit 6d54120c3c
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -718,3 +718,6 @@
[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

View file

@ -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/>

@ -0,0 +1 @@
Subproject commit 0f446db1b4868725c6a1acaacd23c4209f333ec7