miseru

Dependencies:   ColorSensor HMC6352 Servo TextLCD mbed

ping/ping.h

Committer:
OGA
Date:
2013-09-12
Revision:
0:4c9a3b107572

File content as of revision 0:4c9a3b107572:

#define ALL_ULTRASONIC  1
#define PING_ERR        0xFFFF


PinName ultrasonic_pin[ALL_ULTRASONIC] = {
    p5
};