ryo seki / Mbed 2 deprecated serialSend5

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ultrasonic.h Source File

ultrasonic.h

00001 
00002 #define ALL_ULTRASONIC  4
00003 #define PING_ERR        0xFFFF
00004 
00005 
00006 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
00007     p21,
00008     p22,
00009     p23,
00010     p24,
00011 };
00012