RunCore.h 314 Bytes
#ifndef _CONTROL_H_ 
#define _CONTROL_H_
#include "bsp.h"

extern void AGVRunCore();
extern void returnZeroPoint(int TargetHight);
extern void quickStop();
extern void setMotorSpeedSlope(float speedSlope);
extern void _AppTaskRunCoreUpdate(void);
void platformControlManual(); 
void platformControlAuto();
#endif