📄 postion_reg.h
字号:
#ifndef __POSTION_REG_H__
#define __POSTION_REG_H__
#include "Speed_Reg.h"
typedef struct {
SPEEDPID *speed_reg;
long PostionA;
long PostionR;
long PostionF;
long PostionU;
int Speed;
int SpeedMax;
int SpeedMin;
int PostionE1;
int PostionE2;
int PostionKp;
int PostionKi;
int PostionKd;
int (*Updata)();
}POSTIONPID;
int PostionPid(POSTIONPID *postion);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -