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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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()

0 commit comments

Comments
 (0)