miseru

Dependencies:   ColorSensor HMC6352 Servo TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ping.h Source File

ping.h

00001 #define ALL_ULTRASONIC  1
00002 #define PING_ERR        0xFFFF
00003 
00004 
00005 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
00006     p5
00007 };