仓库提交练习
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.0 KiB

3 weeks ago
/******************************************************************************
(C), 2018-2099, Radkil
******************************************************************************
: swing.c
: 稿
: radkil
: 2026415
:
:
:
1. : 2026415
: radkil
:
******************************************************************************/
#include "robot.h"
#include "paint_if.h"
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
void SwingStrong(void)
{
// 用于强符号覆盖的锚点
}
int SwingArmInit(void)
{
printf("This swing robot.\n");
return PaintInit();
}
void SwingArmWork(void)
{
printf("This swing robot work.\n");
PaintWork();
}
int SwingArmGetParam(void)
{
printf("This swing robot get param.\n");
PaintGetParam();
return 0;
}