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 |
#1064 in Hardware support
1,598 downloads per month
8KB
110 lines
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: