ooooooooga

Dependencies:   ColorSensor1 HMC6352 PID QEI Servo TextLCD mbed

Committer:
OGA
Date:
Tue Oct 01 07:44:16 2013 +0000
Revision:
0:e6bb0bcba274
oooooga

Who changed what in which revision?

UserRevisionLine numberNew contents of line
OGA 0:e6bb0bcba274 1 #define ALL_ULTRASONIC 2
OGA 0:e6bb0bcba274 2 #define PING_ERR 0xFFFF
OGA 0:e6bb0bcba274 3
OGA 0:e6bb0bcba274 4
OGA 0:e6bb0bcba274 5 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
OGA 0:e6bb0bcba274 6 p5, p6
OGA 0:e6bb0bcba274 7 };