ラジコン用プログラムです。

Dependencies:   mbed ATP3012 a HMC US015_2 getGPS

Revision:
1:6ff5fbdf32bb
Parent:
0:149a860cbcb9
--- a/Function.h	Fri Dec 10 03:58:41 2021 +0000
+++ b/Function.h	Wed Dec 15 06:54:35 2021 +0000
@@ -25,7 +25,6 @@
 {
         Ultra = 1;  //超音波on
         hs.TrigerOut();
-        wait(1);
         int distance;
         distance = hs.GetDistance(); 
         xbee.printf("distance=%d\r\n", distance);  //距離出力