6 releases

Uses old Rust 2015

0.7.2 Jun 19, 2016
0.7.1 Jun 19, 2016
0.6.0 Jun 9, 2016
0.5.1 Apr 9, 2016

#1041 in Hardware support

Download history 775/week @ 2023-12-02 474/week @ 2023-12-09 608/week @ 2023-12-16 46/week @ 2023-12-23 388/week @ 2023-12-30 524/week @ 2024-01-06 654/week @ 2024-01-13 706/week @ 2024-01-20 471/week @ 2024-01-27 328/week @ 2024-02-03 669/week @ 2024-02-10 392/week @ 2024-02-17 177/week @ 2024-02-24 188/week @ 2024-03-02 176/week @ 2024-03-09 110/week @ 2024-03-16

681 downloads per month

MIT license

8KB
110 lines

badge

pid_control

Documentation


lib.rs:

Software PID controller

This crate implements a PID controller. It has seen some amount of real-world usage driving 100+ kW electrical motors, but has not been tested to death. Use with caution (but do use it and file bug reports!).

Any change in behaviour that may make calculations behave differently will result in a major version upgrade; your tunings are safe as long as you stay on the same major version.

Owes a great debt to:

No runtime deps