AutoPID
AutoPID copied to clipboard
Turn of Bang-Bang
Is it possible to turn off the bangbang control e.g. in the setBangBang function? Thanks!
Currently, you just need to set the thresholds to zero.
myPID.setBangBang(0);
As you can see in the code, the values are tested before use.