//用于接收方
#include
#define
#define
uchar a;//用于保存发来的数据
uchar b[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,
0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}; //数码管显示0-9;
void init(void)
{
{
if(RI)
{
}
//用于发送方
#include
#define
#define
unsigned char a;//用于保存发来的数据
unsigned char b[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,
0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}; //数码管显示0-9;
void init(void)
{
void zd() interrupt 4//当进入中断,要么RI=1,要么TI=1
{
上一篇:89C51单片机定时/计数器0
下一篇:基于PROTUES与单片机的空调遥控器的实现
推荐阅读最新更新时间:2024-03-16 13:51