attempt to fix admontation

This commit is contained in:
2025-01-28 14:46:29 +01:00
parent cdc575742c
commit a01d9db749

View File

@@ -4,8 +4,10 @@
### Using the wrong libary
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
```cpp
#include "conf.h"
#include <Adafruit_BNO08x.h>
@@ -54,6 +56,7 @@ void loop() {
```
??? example
```cpp
#include <SparkFun_BNO080_Arduino_Library.h>
#include <Wire.h>