v10模型集成+去抖+架构重构: 单线程+背景采集, ControlUpdate单出口电机控制, I2C音频持久fd, 斑马线接近去抖
This commit is contained in:
+5
-2
@@ -8,11 +8,14 @@
|
||||
#include "serial.h"
|
||||
|
||||
void ControlInit();
|
||||
void ControlMain();
|
||||
void ControlUpdate(double speed, bool zebra_block);
|
||||
void ControlExit();
|
||||
|
||||
extern double mortor_kp;
|
||||
extern double mortor_ki;
|
||||
extern double mortor_kd;
|
||||
|
||||
#endif
|
||||
extern GPIO mortorEN;
|
||||
extern MotorController *motorController[2];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user