Expand description
Contains a simple proportional output implementation of the SurbBalancerController trait.
Structsยง
- Simple
Balancer Controller - Controller that uses the simple linear formula
limit * min(current / setpoint, 1.0)to compute the control output.