Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Thu Feb 25 06:12:47 2016 +0000
Revision:
45:c23f25c00d0d
Parent:
16:6900f47fa0b5
Hokushinetsu(20:1)

Who changed what in which revision?

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