infantry_gimbal/application/shoot/shoot.h

16 lines
185 B
C
Raw Normal View History

2024-03-27 00:09:20 +08:00
#ifndef SHOOT_H
#define SHOOT_H
/**
* @brief ,RobotInit()
*
*/
void ShootInit();
/**
* @brief
*
*/
void ShootTask();
#endif // SHOOT_H