Car/User/Inc/line_seek.h

7 lines
146 B
C
Raw Normal View History

2024-07-14 21:03:50 +08:00
#ifndef __LINE_SEEK_H__
#define __LINE_SEEK_H__
// 获取巡线状态
void LineSeek_Get(int *p_iL1, int *p_iL2, int *p_iR1, int *p_iR2);
#endif