Car/Core/Inc/hcsr04.h

9 lines
88 B
C

#ifndef __HCSR04_H
#define __HCSR04_H
#include "main.h"
uint16_t sonar(void);
#endif