Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
minilib/txrx.h
- Committer:
 - lilac0112_1
 - Date:
 - 2016-02-25
 - Revision:
 - 45:c23f25c00d0d
 - Parent:
 - 16:6900f47fa0b5
 
File content as of revision 45:c23f25c00d0d:
#ifndef _TXRX_H_
#define _TXRX_H_
void TX(void);//送信バッファ空き割り込み用関数
void RX(void);//受信割り込み用関数
void cls(void);
#endif /*_TXRX_H_*/