找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

8个DS18B20的程序问题 求高手解答

[复制链接]
admin 发表于 2012-9-2 09:42:20 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
#include"Config.h"
void main()
{
uint final_temp=0;
uint Temp_Data[]={0xb1fe,0x0ffff,0,0,0,0,0,0};
uchar temp_high[]={0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80};
uchar temp_low[]={0xc0,0xc0,0x80,0x80,0x80,0x80,0x80,0x80};
uchar i;
Init_MAX7221();
//display();
temp_convert();
delay_long(500);
while(1)
{
temp_convert();
delay_long(10);
final_temp=read_ds18b20(temp_low,temp_high);
Data_Process(Temp_Data,temp_low,temp_high);
for(i=0;i<8;i++)
{
adj_dat(Temp_Data,i);
//delay_long(5);
display();
delay_long(400);//delay(5)就是延时555us
}

}
}






不要理会7221初始化化程序
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-24 14:27 , Processed in 0.062610 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表