Files
bf_original_balance_chassis/application/shoot/shoot.h
2023-01-01 17:32:22 +08:00

16 lines
161 B
C

#ifndef SHOOT_H
#define SHOOT_H
/**
* @brief 发射初始化
*
*/
void ShootInit();
/**
* @brief 发射任务
*
*/
void ShootTask();
#endif // SHOOT_H