yincheng.zhong
2 天以前 567085ead3f6adaabd884f16ab4b17c62e8f0403
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*******************************************************************************
 * File Name         : motion_path_data.h
 * Description       : Hard-coded ENU path points for motion controller
 * Created on        : 2025-11-22
 *******************************************************************************/
 
#ifndef FML_MOTION_PATH_DATA_H_
#define FML_MOTION_PATH_DATA_H_
 
#include "HIDO_TypeDef.h"
 
extern const float g_motion_path_xy[];
extern const HIDO_UINT32 g_motion_path_point_count;
 
#endif /* FML_MOTION_PATH_DATA_H_ */