Skip to content

Commit e3932e9

Browse files
authored
Merge pull request #267 from siddacious/add_bno08x
add bno08x
2 parents 86d34f3 + 78d1ceb commit e3932e9

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
@@ -724,3 +724,6 @@
724724
[submodule "libraries/helpers/airlift"]
725725
path = libraries/helpers/airlift
726726
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git
727+
[submodule "libraries/drivers/bno08x"]
728+
path = libraries/drivers/bno08x
729+
url = https://github.com/adafruit/Adafruit_CircuitPython_BNO08X.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 9 Axis Sensor Fusion IMU <https://circuitpython.readthedocs.io/projects/bno08x/en/latest/>
297298
BNO08X_RVC Simple UART Heading Library <https://circuitpython.readthedocs.io/projects/bno08x_rvc/en/latest/>
298299
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
299300
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>

libraries/drivers/bno08x

Submodule bno08x added at cac28f2

0 commit comments

Comments
 (0)