I want to use a PI algorith for controlling a DC motor speed. I have dowloaded the PID code in Playground and I am wondering which option is best
a) Use all code and just set Kd to zero to disable the D function.
b) Try to modify the code to delete the D parts.
c) Try to write and develop my own PI code - I am a C/Sketch novice.