主にオムニです。

Dependencies:   EC mbed HCSR04

Fork of asimawari by yuto kawamura

Revision:
1:b15569582801
Parent:
0:1787ed4e6e61
Child:
2:0a99389df632
--- a/pin_define.h	Sat Oct 21 07:57:16 2017 +0000
+++ b/pin_define.h	Tue Oct 24 15:57:28 2017 +0000
@@ -1,4 +1,6 @@
 
+Serial pc(SERIAL_TV, SERIAL_RX)
 
-
-
+//超音波センサ用
+HCSR04 usensor(,);
+DigitaOut myled(LED1);  //センサの動作確認
\ No newline at end of file