Working ultrasonic (sample).

Dependents:   ROCO104_Buggy BuggyDesign

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers UltraSonic.h Source File

UltraSonic.h

00001 #ifndef _ULTRASONIC_H_
00002 #define _ULTRASONIC_H_
00003 
00004 #include "mbed.h"
00005 
00006 float GetDistance(void);          //Function Prototype see function for desciption
00007 void ultra_sonic_distance(void);
00008 
00009 #endif
00010