Arduino-PID-Library/PID_v1
ouazaryahia ddd27a8704 Update PID_v1.cpp
output = kp * error + ki*sumerror + kd * dInput;
2013-09-10 20:33:18 -07:00
..
Examples Changed Example Extensions from .pde to .ino 2012-12-01 17:51:40 -05:00
keywords.txt Initial Commit To Git Hub 2011-12-14 07:20:47 -05:00
PID_v1.cpp Update PID_v1.cpp 2013-09-10 20:33:18 -07:00
PID_v1.h fixed issue #3 and issue #4 2012-10-04 20:47:12 -04:00