You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,16 @@ In addition the BNO080 IMU provides a built-in step counter, tap detector, activ
13
13
14
14
Library written by Nathan Seidle ([SparkFun](http://www.sparkfun.com)).
15
15
16
-
Thank to all those who have helped improve the library:
16
+
Thanks to all those who have helped improve the library:
17
17
18
18
* blendmaster for adding [Linear Accel report](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/4)
19
19
* per1234 for fixing our [keywords file](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/12)
20
20
* fm4dd for typo - [PR 19](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/19)
21
21
* tstellanova for heading accuracy correction - [PR 40](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/40)
22
22
* badVibes for gyro integrated rotation vector support - [PR 41](https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library/pull/41)
23
23
* 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)
24
26
25
27
Repository Contents
26
28
-------------------
@@ -29,7 +31,7 @@ Repository Contents
29
31
***/src** - Source files for the library (.cpp, .h).
30
32
***keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
31
33
***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.
33
35
34
36
Documentation
35
37
--------------
@@ -42,7 +44,7 @@ License Information
42
44
43
45
This product is _**open source**_!
44
46
45
-
Please review the LICENSE.md file for license information.
47
+
Please review the [LICENSE.md](./LICENSE.md) file for license information.
46
48
47
49
If you have any questions or concerns on licensing, please contact [email protected].
0 commit comments