ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sat Feb 27 09:14:37 2016 +0000
Revision:
0:ea35c18c85fc
maincode for japan open.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _TXRX_H_
lilac0112_1 0:ea35c18c85fc 2 #define _TXRX_H_
lilac0112_1 0:ea35c18c85fc 3
lilac0112_1 0:ea35c18c85fc 4 void TX(void);//送信バッファ空き割り込み用関数
lilac0112_1 0:ea35c18c85fc 5 void RX(void);//受信割り込み用関数
lilac0112_1 0:ea35c18c85fc 6 void cls(void);
lilac0112_1 0:ea35c18c85fc 7
lilac0112_1 0:ea35c18c85fc 8 #endif /*_TXRX_H_*/