51 IO口模拟串口通讯C源程序
51 IO口模拟串口通讯C源程序
创建同名条目
条目
历史版本
编辑
>reg51.hP1^0;sbit =P1^1;/\
基本介绍
#include <reg51.h>
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;