Car/App/Inc/app_ultrasonic.h
2024-07-17 17:39:06 +08:00

6 lines
92 B
C

#ifndef __APP_ULTRASONIC_H
#define __APP_ULTRASONIC_H
int APP_Find_Direction(void);
#endif