Files
bf_original_balance_chassis/application/shoot/shoot.c

19 lines
240 B
C
Raw Normal View History

#include "shoot.h"
2022-12-02 22:17:10 +08:00
#include "robot_def.h"
2023-03-19 11:11:40 +08:00
2022-12-02 22:17:10 +08:00
#include "dji_motor.h"
#include "message_center.h"
#include "bsp_dwt.h"
#include "general_def.h"
2022-12-02 22:17:10 +08:00
void ShootInit()
{
2024-01-14 21:22:34 +08:00
}
2023-01-01 17:32:22 +08:00
/* 机器人发射机构控制核心任务 */
void ShootTask()
{
2024-01-14 21:22:34 +08:00
}