Car/Core/Inc/hcsr04.h

9 lines
88 B
C
Raw Normal View History

2024-07-11 18:14:13 +08:00
#ifndef __HCSR04_H
#define __HCSR04_H
#include "main.h"
uint16_t sonar(void);
2024-07-11 18:14:13 +08:00
#endif