1
0
forked from EN/Car
Car/Core/Inc/hcsr04.h

10 lines
109 B
C

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