aa

Dependencies:   HMC6352 QEI Servo mbed

Fork of walkROBO by Ryo Ogata

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 
00005 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
00006     p17,
00007     p18,
00008     p19,
00009     p20,
00010 };