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