Car/Peripheral/Inc/line_seek.h
2024-07-15 20:10:12 +08:00

9 lines
165 B
C

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