jump!

Dependencies:   ColorSensor1 HMC6352 Servo TextLCD mbed

ping/ping.h

Committer:
OGA
Date:
2013-09-23
Revision:
0:feefc7aaa114

File content as of revision 0:feefc7aaa114:

#define ALL_ULTRASONIC  2
#define PING_ERR        0xFFFF


PinName ultrasonic_pin[ALL_ULTRASONIC] = {
    p5,
    p6
};