driver for the ranger the 2 piezo version

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Ranger.h Source File

Ranger.h

00001 // Ranger.h file
00002 
00003 #include "mbed.h"
00004 // if RANGER_H has not previously been defined
00005 // define it now
00006 
00007 
00008 int range(); // ranger only has 1 function prototype
00009