We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4908de commit 9f39e7dCopy full SHA for 9f39e7d
Cargo.toml
@@ -2,11 +2,15 @@
2
name = "pid"
3
version = "4.0.0"
4
edition = "2018"
5
-authors = ["Ken Elkabany <ken@elkabany.com>", "Owez Griffiths <root@ogriffiths.com>"]
+authors = [
6
+ "Ken Elkabany <ken@elkabany.com>",
7
+ "Owez Griffiths <root@ogriffiths.com>",
8
+]
9
license = "MIT OR Apache-2.0"
10
description = "A PID controller."
11
repository = "https://github.com/braincore/pid-rs"
12
keywords = ["pid"]
13
+categories = ["no-std", "embedded", "algorithms"]
14
readme = "README.md"
15
16
[dependencies.num-traits]
@@ -21,4 +25,3 @@ features = ["derive"]
21
25
22
26
[badges]
23
27
travis-ci = { repository = "braincore/pid-rs" }
24
-
0 commit comments