Car/Core/Inc/hcsr04.h

10 lines
109 B
C
Raw Permalink Normal View History

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