/*******************************************************************************
|
* 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_ */
|