finaly fix hopefully

This commit is contained in:
2025-01-28 14:50:33 +01:00
parent f4c1bff75e
commit 9b5edfa40f

View File

@@ -7,6 +7,7 @@
First used the wrong library I used the adafruit bno0xx library instead of the sparkfun bno08x library First used the wrong library I used the adafruit bno0xx library instead of the sparkfun bno08x library
??? failure ??? failure
```cpp ```cpp
#include "conf.h" #include "conf.h"
#include <Adafruit_BNO08x.h> #include <Adafruit_BNO08x.h>
@@ -55,6 +56,7 @@ void loop() {
``` ```
??? example ??? example
```cpp ```cpp
#include <SparkFun_BNO080_Arduino_Library.h> #include <SparkFun_BNO080_Arduino_Library.h>
#include <Wire.h> #include <Wire.h>