ave

Dependencies:   QEI TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ping.h Source File

ping.h

00001 #define ALL_ULTRASONIC  4
00002 #define PING_ERR        0xFFFF
00003 
00004 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
00005     p5,
00006     p6,
00007     p7,
00008     p8,
00009 };
00010 
00011 
00012 
00013 /*
00014 #define ALL_ULTRASONIC  4
00015 #define PING_ERR        0xFFFF
00016 
00017 
00018 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
00019     p17,
00020     p18,
00021     p19,
00022     p20,
00023 };
00024 */