Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rfetick authored Aug 30, 2019
1 parent 21b1f20 commit 5fff4dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Kalman
Implement Kalman filter for your Arduino projects
**Implement Kalman filter for your Arduino projects**

Version: see VERSION.md
:information_source: See the [VERSION](VERSION.md) file

:ballot_box_with_check: See the [LICENSE](LICENSE) file

:arrows_counterclockwise: Your feedback is important for improving this library. See the _Contact_ section at the end of this file

## Description

Expand Down Expand Up @@ -93,10 +97,6 @@ K.update(obs);

* Size of matrices has to be small due to the limited SRAM memory of Arduino. This is the main limitation.

## License

See the LICENSE file included

## Contact

Please send me your comments or issues in the Github dedicated `Issues` tab.
Expand Down

0 comments on commit 5fff4dc

Please sign in to comment.