sentry_gimbal_hzz/application/shoot/shoot.h

16 lines
185 B
C
Raw Normal View History

#ifndef SHOOT_H
#define SHOOT_H
2023-01-01 17:32:22 +08:00
/**
2023-01-02 23:50:04 +08:00
* @brief ,RobotInit()
2023-01-01 17:32:22 +08:00
*
*/
void ShootInit();
2023-01-01 17:32:22 +08:00
/**
* @brief
*
*/
void ShootTask();
#endif // SHOOT_H