PID-Library
PID-Library copied to clipboard
C/C++ PID Controller library for ARM Cortex M (STM32)
Why did you do output equation like this: output += uPID->OutputSum - uPID->Kd * dInput; I think that uPID->Kd * dInput value should be added to output instead of substracted.
Dear, thanks for the great job but would you please share your STM32 code as well? because I tried your code in AtolicTrueStudio and I get so many issue regarding...
Hi Is it possible to use multiple PIDs with the C version? Best regards
It is not fair to remove his name (Brett Beauregard @br3ttb) and replace it with yours. Also please link to the original repo https://github.com/br3ttb/Arduino-PID-Library Or even better please delete this...
I am in application where I need PID output from 10 to 1000; in I declare function like this PID_SetOutputLimits(&TPID37, 10, 1000); then pin start with max Output value is...