sasasa

Dependencies:   HMC6352 PID eeprom mbed

Fork of ver1_2_2_1 by ryo seki

Revision:
2:09fabba6c00d
Parent:
1:89408fff7cc9
--- a/ultrasonic.h	Sun Mar 10 07:31:31 2013 +0000
+++ b/ultrasonic.h	Fri Apr 05 07:26:42 2013 +0000
@@ -1,6 +1,6 @@
 #include "HMC6352.h"
 
-#define ALL_ULTRASONIC  3
+#define ALL_ULTRASONIC  4
 #define PING_ERR        0xFFFF
 
 extern HMC6352 compass;
@@ -10,5 +10,5 @@
     p25,
     p26,
     p29,
-    //p30,
+    p30,
 };