Skip to content

Commit fca4147

Browse files
committed
update to 1.0.5
1 parent 28a74ab commit fca4147

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This library will work with every IMU, it just need the raw data of gyroscope an
1010
I just made small modifications in the way the libraries handled the timing between two measurements and melted them together
1111

1212

13-
# Installation
13+
## Installation
1414
Use the arduino/platformIO library manager or download directly from github
1515

1616

17-
# About
17+
## About
1818

1919
Click on the video to see it on youtube
2020

@@ -29,3 +29,7 @@ The IMU is a cheap MPU9250, you could find it everywhere for about 2€ (eBay, A
2929

3030
If you wish use `IMU_tester` in the extras folder to see how you IMU works (needs Processing)
3131
Note: I am using also this very useful library: [Streaming](https://github.com/geneReeves/ArduinoStreaming)
32+
33+
## Donate
34+
35+
If you liked the library and wish to donate you can sent to [PayPal](https://paypal.me/aster94)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SensorFusion
2-
version=1.0.4
2+
version=1.0.5
33
author=aster94
44
maintainer=aster94
55
sentence=A library that makes using a IMU a breeze.

0 commit comments

Comments
 (0)