Car/App/Inc/app_ultrasonic.h

6 lines
92 B
C
Raw Normal View History

2024-07-17 17:39:06 +08:00
#ifndef __APP_ULTRASONIC_H
#define __APP_ULTRASONIC_H
int APP_Find_Direction(void);
#endif