hopefully this fixed admontations

This commit is contained in:
2025-01-28 14:47:22 +01:00
parent a01d9db749
commit f4c1bff75e

View File

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