Skip to content

Commit 314ba5d

Browse files
authored
Merge pull request #62 from sparkfun/release-candidate
Merging release-candidate: v1.1.9
2 parents 34e6c96 + 43c6456 commit 314ba5d

File tree

29 files changed

+610
-61
lines changed

29 files changed

+610
-61
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ In addition the BNO080 IMU provides a built-in step counter, tap detector, activ
1313

1414
Library written by Nathan Seidle ([SparkFun](http://www.sparkfun.com)).
1515

16-
Thank to all those who have helped improve the library:
16+
Thanks to all those who have helped improve the library:
1717

1818
* blendmaster for adding [Linear Accel report](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/4)
1919
* per1234 for fixing our [keywords file](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/12)
2020
* fm4dd for typo - [PR 19](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/19)
2121
* tstellanova for heading accuracy correction - [PR 40](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/40)
2222
* badVibes for gyro integrated rotation vector support - [PR 41](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/41)
2323
* Filimindji for AR/VR Stabilized RotationVector and AR/VR Stabilized GameRotationVector support - [PR 46](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/46)
24+
* ya-mouse for the getreadings improvements - [PR 55](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/55)
25+
* Guillaume for the read-multiple-values helper functions and the interrupt example - [PR56](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/56) & [PR59](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/59)
2426

2527
Repository Contents
2628
-------------------
@@ -29,7 +31,7 @@ Repository Contents
2931
* **/src** - Source files for the library (.cpp, .h).
3032
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
3133
* **library.properties** - General library properties for the Arduino package manager.
32-
* **[CONTRIBUTING.md](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/blob/master/CONTRIBUTING.md)** - guidance on how to contribute to this library.
34+
* **[CONTRIBUTING.md](./CONTRIBUTING.md)** - guidance on how to contribute to this library.
3335

3436
Documentation
3537
--------------
@@ -42,7 +44,7 @@ License Information
4244

4345
This product is _**open source**_!
4446

45-
Please review the LICENSE.md file for license information.
47+
Please review the [LICENSE.md](./LICENSE.md) file for license information.
4648

4749
If you have any questions or concerns on licensing, please contact [email protected].
4850

examples/Example1-RotationVector/Example1-RotationVector.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example10-PrintPacket/Example10-PrintPacket.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example12-LinearAccelerometer/Example12-LinearAccelerometer.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example13-TimeStamp/Example13-TimeStamp.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example14-TwoSensors/Example14-TwoSensors.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example15-RawReadings/Example15-RawReadings.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
By: Nathan Seidle
44
SparkFun Electronics
55
Date: December 21st, 2017
6-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
6+
SparkFun code, firmware, and software is released under the MIT License.
7+
Please see LICENSE.md for further details.
78
89
Feel like supporting our work? Buy a board from SparkFun!
910
https://www.sparkfun.com/products/14586

examples/Example16-GyroIntegratedRotationVector/Example16-GyroIntegratedRotationVector.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
By: Nathan Seidle
99
SparkFun Electronics
1010
Date: December 21st, 2017
11-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
11+
SparkFun code, firmware, and software is released under the MIT License.
12+
Please see LICENSE.md for further details.
1213
1314
Feel like supporting our work? Buy a board from SparkFun!
1415
https://www.sparkfun.com/products/14586

examples/Example17-EulerAngles/Example17-EulerAngles.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
By: Nathan Seidle
1010
SparkFun Electronics
1111
Date: December 21st, 2017
12-
License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
12+
SparkFun code, firmware, and software is released under the MIT License.
13+
Please see LICENSE.md for further details.
1314
1415
Feel like supporting our work? Buy a board from SparkFun!
1516
https://www.sparkfun.com/products/14586

0 commit comments

Comments
 (0)