Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement optional bias constant #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 21, 2021

  1. Implement optional bias constant

    Add a new optional argument to the PID class which allows a constant
    output bias to be specified. If provided this bias is applied to the
    output before any output limits are applied. This can be useful for
    systems which require a non-zero output to maintain a steady-state.
    BenVosper committed May 21, 2021
    Configuration menu
    Copy the full SHA
    cd10acf View commit details
    Browse the repository at this point in the history