PID-Library icon indicating copy to clipboard operation
PID-Library copied to clipboard

C/C++ PID Controller library for ARM Cortex M (STM32)

Results 4 PID-Library issues
Sort by recently updated
recently updated
newest added

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...