mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 20:04:56 +00:00
hopefully this fixed admontations
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
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>
|
||||||
@@ -56,7 +55,6 @@ 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