mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
hopefully this fixed admontations
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user