It's a simple PID simulator in C# and Python. You can set kp, ki, kd, setpoint, dt, and the function will return a value. The pid formula should be: What it looks like in C#: double Kp = 0.5, Ki = 0.5 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.