mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
attempt to fix admontation
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
### Using the wrong libary
|
### 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
|
??? failure
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include <Adafruit_BNO08x.h>
|
#include <Adafruit_BNO08x.h>
|
||||||
@@ -54,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>
|
||||||
|
Reference in New Issue
Block a user