You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PID_SetSampleTime(&TPID, PID_UPDATE_INTERVAL, 0); //Set PID sample time to "PID_UPDATE_INTERVAL" to make sure PID is calculated every time it is called
1428
1429
PID_SetOutputLimits(&TPID, 0, PID_MAX_OUTPUT); // Set max and min output limit
1429
1430
PID_SetILimits(&TPID, 0, 0); // Set max and min I limit
0 commit comments