miseru

Dependencies:   ColorSensor HMC6352 Servo TextLCD mbed

Committer:
OGA
Date:
Thu Sep 12 12:10:38 2013 +0000
Revision:
0:4c9a3b107572
sensei

Who changed what in which revision?

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