蓝牙无线通讯
本程序通过使用蓝牙技术实现了无线通讯,实现数据的无线传输
下载地址
用户评论
what's this? are you kidding me ? uchar code table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82, 0xf8,0x80,0x90}; void delay1(uint z)//1ms{ uint x,y; for(x=z;x>0;x--) for(y=120;y>0;y--); } void display(uchar value){ uchar shu1,value1; value1=value-48; //bai=value1/16