Skip to content

Commit

Permalink
Fix README: calculations not necessarily f32.
Browse files Browse the repository at this point in the history
  • Loading branch information
braincore committed Oct 15, 2018
1 parent 17f02b0 commit 459a97a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pid"
version = "1.1.0"
version = "1.1.1"
authors = ["Ken Elkabany <[email protected]>"]
license = "MIT"
description = "A PID controller."
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ A proportional-integral-derivative (PID) controller.

## Assumptions

* All calculations use `f32`.
* Measurements occur at equal spacing. (`t(i) = t(i-1) + C`)
* Output limits per term are symmetric around 0 (`-limit <= term <= limit`).

Expand Down

0 comments on commit 459a97a

Please sign in to comment.