Car/User/Inc/line_seek.h

7 lines
146 B
C

#ifndef __LINE_SEEK_H__
#define __LINE_SEEK_H__
// 获取巡线状态
void LineSeek_Get(int *p_iL1, int *p_iL2, int *p_iR1, int *p_iR2);
#endif