ROCO104

Dependencies:   mbed motor

UltraSonic.h

Committer:
Pabs44
Date:
2019-05-07
Revision:
6:dfc31e7e2c23
Parent:
5:2621fc2ed6da

File content as of revision 6:dfc31e7e2c23:

#ifndef _ULTRASONIC_H_
#define _ULTRASONIC_H_

#include "mbed.h"

float GetDistance(void);          //Function Prototype see function for desciption
void ultra_sonic_distance(void);

#endif