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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sun Mar 27 13:04:39 2016 +0000
Revision:
38:67bc78f3c0ab
Parent:
0:ea35c18c85fc
JapanSoccerOpen2016 CatPot Program(main)

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_*/