scara_engineering/application/arm/arm.h

23 lines
252 B
C
Raw Normal View History

2024-12-22 16:15:37 +08:00
#ifndef GIMBAL_H
#define GIMBAL_H
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief ,RobotInit()
*
*/
void ArmInit();
/**
* @brief
*
*/
void ArmTask();
#ifdef __cplusplus
}
#endif
#endif // GIMBAL_H