#ifndef __HCSR04_H #define __HCSR04_H #include "main.h" int16_t sonar_mm(void); float sonar(void); #endif