miseru

Dependencies:   ColorSensor HMC6352 Servo TextLCD mbed

Revision:
0:4c9a3b107572
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ping/ping.h	Thu Sep 12 12:10:38 2013 +0000
@@ -0,0 +1,7 @@
+#define ALL_ULTRASONIC  1
+#define PING_ERR        0xFFFF
+
+
+PinName ultrasonic_pin[ALL_ULTRASONIC] = {
+    p5
+};