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