File tree Expand file tree Collapse file tree 11 files changed +9
-48
lines changed
Example_07_ActivityClassifier
Example_09_LinearAccelerometer
Example_16_UncalibratedGyro
SPI/Example_02_SPI_ResetCheck Expand file tree Collapse file tree 11 files changed +9
-48
lines changed Original file line number Diff line number Diff line change 33
33
34
34
#include < Wire.h>
35
35
36
- <<<<<<< Updated upstream
37
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
38
- =======
39
36
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
40
- >>>>>>> Stashed changes
37
+
41
38
BNO08x myIMU;
42
39
43
40
void setup () {
Original file line number Diff line number Diff line change 33
33
34
34
#include < Wire.h>
35
35
36
- <<<<<<< Updated upstream
37
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
38
- =======
39
36
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
40
- >>>>>>> Stashed changes
37
+
41
38
BNO08x myIMU;
42
39
43
40
void setup () {
Original file line number Diff line number Diff line change 33
33
34
34
#include < Wire.h>
35
35
36
- <<<<<<< Updated upstream
37
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
38
- =======
39
36
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
40
- >>>>>>> Stashed changes
37
+
41
38
BNO08x myIMU;
42
39
43
40
void setup () {
Original file line number Diff line number Diff line change 1
1
/*
2
2
Using the BNO08x IMU
3
3
4
- <<<<<<< Updated upstream
5
- This is a fun one! The BNO086 can guess at what activity you are doing:
6
- =======
7
4
This is a fun one! The BNO08x can guess at what activity you are doing:
8
- >>>>>>> Stashed changes
5
+
9
6
In vehicle
10
7
On bicycle
11
8
On foot
46
43
47
44
#include < Wire.h>
48
45
49
- <<<<<<< Updated upstream
50
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
51
- =======
52
46
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
53
- >>>>>>> Stashed changes
47
+
54
48
BNO08x myIMU;
55
49
56
50
void setup () {
Original file line number Diff line number Diff line change 33
33
34
34
#include < Wire.h>
35
35
36
- <<<<<<< Updated upstream
37
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
38
- =======
39
36
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
40
- >>>>>>> Stashed changes
37
+
41
38
BNO08x myIMU;
42
39
43
40
void setup () {
Original file line number Diff line number Diff line change 36
36
37
37
#include < Wire.h>
38
38
39
- <<<<<<< Updated upstream
40
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
41
- =======
42
39
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
43
- >>>>>>> Stashed changes
40
+
44
41
BNO08x myIMU;
45
42
46
43
void setup () {
Original file line number Diff line number Diff line change 36
36
37
37
#include < Wire.h>
38
38
39
- <<<<<<< Updated upstream
40
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
41
- =======
42
39
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
43
- >>>>>>> Stashed changes
40
+
44
41
BNO08x myIMU;
45
42
46
43
// variables to store all our incoming values
Original file line number Diff line number Diff line change 33
33
34
34
#include < Wire.h>
35
35
36
- <<<<<<< Updated upstream
37
- #include " SparkFun_BNO08x_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
38
- =======
39
36
#include " SparkFun_BNO08x_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BNO08x
40
- >>>>>>> Stashed changes
37
+
41
38
BNO08x myIMU;
42
39
43
40
void setup () {
Original file line number Diff line number Diff line change @@ -60,11 +60,7 @@ BNO08x myIMU;
60
60
61
61
int cyclecount = 0 ;
62
62
63
- <<<<<<< Updated upstream
64
- #define BNO08X_ADDR 0x4B // SparkFun BNO086 Breakout (Qwiic) defaults to 0x4B
65
- =======
66
63
#define BNO08X_ADDR 0x4B // SparkFun BNO08x Breakout (Qwiic) defaults to 0x4B
67
- >>>>>>> Stashed changes
68
64
// #define BNO08X_ADDR 0x4A // Alternate address if ADR jumper is closed
69
65
70
66
void setup () {
Original file line number Diff line number Diff line change @@ -63,11 +63,7 @@ BNO08x myIMU;
63
63
unsigned long lastMillis = 0 ; // Keep track of time
64
64
bool lastPowerState = true ; // Toggle between "On" and "Sleep"
65
65
66
- <<<<<<< Updated upstream
67
- #define BNO08X_ADDR 0x4B // SparkFun BNO086 Breakout (Qwiic) defaults to 0x4B
68
- =======
69
66
#define BNO08X_ADDR 0x4B // SparkFun BNO08x Breakout (Qwiic) defaults to 0x4B
70
- >>>>>>> Stashed changes
71
67
// #define BNO08X_ADDR 0x4A // Alternate address if ADR jumper is closed
72
68
73
69
void setup () {
You can’t perform that action at this time.
0 commit comments