Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
3:f7c906e52339
Parent:
2:97a4070c34d7
Child:
7:b6118be88bc2
--- a/txrx.h	Tue Sep 15 06:04:31 2015 +0000
+++ b/txrx.h	Tue Sep 15 06:10:26 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