Skip to content

Commit

Permalink
Bump revision for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Apr 4, 2018
1 parent bce6d92 commit 4205523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=FastPID
version=0.0.1
version=0.1.0
author=Mike Matera <[email protected]>
maintainer=Mike Matera <[email protected]>
sentence=A PID controlled implemented using fixed-point arithmatic.
sentence=A PID controlled implemented using fixed-point arithmetic.
paragraph=This is a high-quality, high-precision PID controller that uses a fixed-point pipeline. Conversion from floating point coefficients to integers is done automatically. This implementation is suitable for AVR and other processors where floating point math is slow.
category=Signal Input/Output
url=https://github.com/mike-matera/FastPID
Expand Down

0 comments on commit 4205523

Please sign in to comment.