pref: 优化控制pid,将角速度环输出加到侧面风扇上
This commit is contained in:
@@ -39,7 +39,6 @@ void PID_Init(PID_TypeDef *uPID)
|
||||
|
||||
|
||||
}
|
||||
|
||||
void PID(PID_TypeDef *uPID, float *Input, float *Output, float *Setpoint, float Kp, float Ki, float Kd, PIDPON_TypeDef POn, PIDCD_TypeDef ControllerDirection)
|
||||
{
|
||||
/* ~~~~~~~~~~ Set parameter ~~~~~~~~~~ */
|
||||
|
||||
Reference in New Issue
Block a user