1. 首页
  2. 操作系统
  3. Windows Server
  4. 蓝牙无线通讯

蓝牙无线通讯

上传者: 2019-07-06 05:54:52上传 C文件 3.52KB 热度 116次
本程序通过使用蓝牙技术实现了无线通讯,实现数据的无线传输
下载地址
用户评论
码姐姐匿名网友 2019-07-06 05:54:52

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