![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
pabs
Diff: UltraSonic.h
- Revision:
- 5:2621fc2ed6da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UltraSonic.h Mon May 06 10:25:13 2019 +0000 @@ -0,0 +1,9 @@ +#ifndef _ULTRASONIC_H_ +#define _ULTRASONIC_H_ + +#include "mbed.h" + +float GetDistance(void); //Function Prototype see function for desciption +void ultra_sonic_distance(void); + +#endif