driver for the ranger the 2 piezo version

Committer:
cstevens
Date:
Tue Jun 14 13:33:39 2016 +0000
Revision:
0:5871422998cd
poster for the oxford CWM code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cstevens 0:5871422998cd 1 // Ranger.h file
cstevens 0:5871422998cd 2
cstevens 0:5871422998cd 3 #include "mbed.h"
cstevens 0:5871422998cd 4 // if RANGER_H has not previously been defined
cstevens 0:5871422998cd 5 // define it now
cstevens 0:5871422998cd 6
cstevens 0:5871422998cd 7
cstevens 0:5871422998cd 8 int range(); // ranger only has 1 function prototype
cstevens 0:5871422998cd 9