pid_control 0.7.1

A PID controller library Allows flexible creation of fast PID controllers to control plants of any kind.
Documentation
1
2
3
4
5
6
7
#!/bin/sh
set -e

rm -rf target
cargo doc -p pid_control || cargo doc -p pid_control
gittar -b gh-pages file:target/doc/*
git push origin gh-pages