Skip to content

Commit 34e6c96

Browse files
committed
Added the library helper links
1 parent 250ac44 commit 34e6c96

File tree

21 files changed

+27
-27
lines changed

21 files changed

+27
-27
lines changed

examples/Example1-RotationVector/Example1-RotationVector.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <Wire.h>
2424

25-
#include "SparkFun_BNO080_Arduino_Library.h"
25+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2626
BNO080 myIMU;
2727

2828
void setup()
@@ -39,7 +39,7 @@ void setup()
3939
// // Start i2c and BNO080
4040
// Wire.flush(); // Reset I2C
4141
// IMU.begin(BNO080_DEFAULT_ADDRESS, Wire);
42-
// Wire.begin(4, 5);
42+
// Wire.begin(4, 5);
4343
// Wire.setClockStretchLimit(4000);
4444
// //=================================
4545

examples/Example10-PrintPacket/Example10-PrintPacket.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example12-LinearAccelerometer/Example12-LinearAccelerometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <Wire.h>
2020

21-
#include "SparkFun_BNO080_Arduino_Library.h"
21+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2222
BNO080 myIMU;
2323

2424
void setup()

examples/Example13-TimeStamp/Example13-TimeStamp.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example14-TwoSensors/Example14-TwoSensors.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <Wire.h>
2424

25-
#include "SparkFun_BNO080_Arduino_Library.h"
25+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2626
BNO080 myIMU1; //Open I2C ADR jumper - goes to address 0x4B
2727
BNO080 myIMU2; //Closed I2C ADR jumper - goes to address 0x4A
2828

examples/Example15-RawReadings/Example15-RawReadings.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <Wire.h>
2020

21-
#include "SparkFun_BNO080_Arduino_Library.h"
21+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2222
BNO080 myIMU;
2323

2424
void setup()

examples/Example16-GyroIntegratedRotationVector/Example16-GyroIntegratedRotationVector.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include <Wire.h>
2828

29-
#include "SparkFun_BNO080_Arduino_Library.h"
29+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
3030
BNO080 myIMU;
3131

3232
void setup()

examples/Example17-EulerAngles/Example17-EulerAngles.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#include <Wire.h>
3232

33-
#include "SparkFun_BNO080_Arduino_Library.h"
33+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
3434
BNO080 myIMU;
3535

3636
void setup()

examples/Example2-Accelerometer/Example2-Accelerometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <Wire.h>
2020

21-
#include "SparkFun_BNO080_Arduino_Library.h"
21+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2222
BNO080 myIMU;
2323

2424
void setup()

examples/Example3-Gyro/Example3-Gyro.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example4-Magnetometer/Example4-Magnetometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example5-StepCounter/Example5-StepCounter.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example6-MetaData/Example6-MetaData.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/Example7-StabilityClassifier/Example7-StabilityClassifier.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <Wire.h>
2424

25-
#include "SparkFun_BNO080_Arduino_Library.h"
25+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2626
BNO080 myIMU;
2727

2828
void setup()

examples/Example8-ActivityClassifier/Example8-ActivityClassifier.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#include <Wire.h>
3232

33-
#include "SparkFun_BNO080_Arduino_Library.h"
33+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
3434
BNO080 myIMU;
3535

3636
byte activityConfidences[9]; //This array will be filled with the confidence levels of each possible activity

examples/Example9-Calibrate/Example9-Calibrate.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Wire.h>
2323

24-
#include "SparkFun_BNO080_Arduino_Library.h"
24+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2525
BNO080 myIMU;
2626

2727
void setup()

examples/SPI/Example1-RotationVector/Example1-RotationVector.ino

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
The I2C pull up jumper must be cleared/open
2323
2424
Hardware Connections:
25-
Don't hook the BNO080 to a normal 5V Uno! Either use the Qwiic system or use a
25+
Don't hook the BNO080 to a normal 5V Uno! Either use the Qwiic system or use a
2626
microcontroller that runs at 3.3V.
2727
Arduino 13 = BNO080 SCK
2828
12 = SO
@@ -37,7 +37,7 @@
3737

3838
#include <SPI.h>
3939

40-
#include "SparkFun_BNO080_Arduino_Library.h"
40+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
4141
BNO080 myIMU;
4242

4343
//These pins can be any GPIO
@@ -56,7 +56,7 @@ void setup()
5656
Serial.println("BNO080 SPI Read Example");
5757

5858
myIMU.enableDebugging(Serial); //Pipe debug messages to Serial port
59-
59+
6060
if(myIMU.beginSPI(imuCSPin, imuWAKPin, imuINTPin, imuRSTPin) == false)
6161
{
6262
Serial.println("BNO080 over SPI not detected. Are you sure you have all 6 connections? Freezing...");
@@ -82,7 +82,7 @@ void loop()
8282
{
8383
Serial.println("Doing other things");
8484
delay(10); //You can do many other things. We spend most of our time printing and delaying.
85-
85+
8686
//Look for reports from the IMU
8787
if (myIMU.dataAvailable() == true)
8888
{
@@ -108,5 +108,5 @@ void loop()
108108

109109
Serial.println();
110110
}
111-
111+
112112
}

examples/SPI/Example12-LinearAccelerometer/Example12-LinearAccelerometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <Wire.h>
2020

21-
#include "SparkFun_BNO080_Arduino_Library.h"
21+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
2222
BNO080 myIMU;
2323

2424
//These pins can be any GPIO

examples/SPI/Example17-EulerAngles/Example17-EulerAngles.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
#include <SPI.h>
4747

48-
#include "SparkFun_BNO080_Arduino_Library.h"
48+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
4949
BNO080 myIMU;
5050

5151
//These pins can be any GPIO

examples/SPI/Example3-AccelAndRotationVector/Example3-AccelAndRotationVector.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
https://www.sparkfun.com/products/14686
1010
1111
This example shows how to use the SPI interface and print two records at the same time:
12-
Accel and Quat.
12+
Accel and Quat.
1313
1414
This example shows how to output the i/j/k/real parts of the rotation vector.
1515
https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation
@@ -35,7 +35,7 @@
3535

3636
#include <SPI.h>
3737

38-
#include "SparkFun_BNO080_Arduino_Library.h"
38+
#include "SparkFun_BNO080_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_BNO080
3939
BNO080 myIMU;
4040

4141
//These pins can be any GPIO

0 commit comments

Comments
 (0)