Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
2:97a4070c34d7
Parent:
1:f2633c150301
Child:
3:f7c906e52339
--- a/txrx.h	Tue Sep 15 01:40:28 2015 +0000
+++ b/txrx.h	Tue Sep 15 06:04:31 2015 +0000
@@ -1,8 +1,8 @@
 #ifndef _TXRX_H_
 #define _TXRX_H_
-
+/*
 void TX(void);//送信バッファ空き割り込み用関数
 void RX(void);//受信割り込み用関数
 void cls(void);
-
+*/
 #endif //_TXRX_H_
\ No newline at end of file