yincheng.zhong
2025-11-24 346cc7d685283df529aadbcf9c156de040ce44f9
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_ */