mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
19 lines
240 B
C
19 lines
240 B
C
#include "shoot.h"
|
|
#include "robot_def.h"
|
|
|
|
#include "dji_motor.h"
|
|
#include "message_center.h"
|
|
#include "bsp_dwt.h"
|
|
#include "general_def.h"
|
|
|
|
|
|
void ShootInit()
|
|
{
|
|
|
|
}
|
|
|
|
/* 机器人发射机构控制核心任务 */
|
|
void ShootTask()
|
|
{
|
|
|
|
} |