NEW_Dart/NewBoomerang_test/application/shoot/shoot.h

16 lines
183 B
C
Raw Normal View History

2024-12-13 22:57:23 +08:00
#ifndef SHOOT_H
#define SHOOT_H
/**
* @brief ,RobotInit()
*
*/
void ShootInit();
/**
* @brief
*
*/
void ShootTask();
#endif // SHOOT_H