yincheng.zhong
2025-11-23 212ccb49d3e7c7fa138c5f9d335d0b8c5a08d2a3
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_ */