Car/App/Inc/app_line_seek.h

10 lines
158 B
C
Raw Permalink Normal View History

2024-07-14 21:03:50 +08:00
#ifndef __APP_LINE_SEEK_H
#define __APP_LINE_SEEK_H
2024-07-17 21:19:00 +08:00
#include "tim.h"
void LineSeek_Init(void);
2024-07-14 21:03:50 +08:00
void App_LineSeek(void);
2024-07-17 21:19:00 +08:00
void Hanlde_Crossroad(void);
2024-07-14 21:03:50 +08:00
#endif