Car/Peripheral/Inc/line_seek.h

9 lines
165 B
C
Raw Normal View History

2024-07-14 21:03:50 +08:00
#ifndef __LINE_SEEK_H__
#define __LINE_SEEK_H__
2024-07-15 20:10:12 +08:00
#include "main.h"
2024-07-14 21:03:50 +08:00
// 获取巡线状态
void LineSeek_Get(int *p_iL1, int *p_iL2, int *p_iR1, int *p_iR2);
#endif