完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
#include #include #define uchar unsigned char #define uint unsigned int typedef unsigned int INT16U; #define MAIN_Fosc 11059200UL ***it wela = P2^7; ***it dula = P2^6; ***it ds = P2^2; void Display(INT16U Value); uchar read_byte(); uchar code table[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71,0x40,0x80,0x00}; void Delay_Ms(uint ms) { uint i; do{ i = MAIN_Fosc / 96000; while(--i); //96T per loop } while(--ms); } void Display(INT16U Value) { dula=0; P0=table[Value/100]; dula=1; //°Ùλ dula=0; wela=0; P0=0xfe; wela=1; wela=0; Delay_Ms(3); dula=0; P0=table[Value%100/10] | 0x80 ; dula=1; //ʮλ dula=0; wela=0; P0=0xfd; wela=1; wela=0; Delay_Ms(3); dula=0; P0=table[Value%10]; dula=1; //¸öλ dula=0; wela=0; P0=0xfb; wela=1; wela=0; Delay_Ms(3); } void Delay_us(uchar us) { while(us--); } bit ds_init() { bit i; ds=1; _nop_(); ds = 0; Delay_us(75); ds = 1; //ÊÍ·Å×ÜÏß Delay_us(4); i=ds; Delay_us(20); ds=1; _nop_(); return(i); } void Write_Byte(uchar dat) { uchar i; for(i=0;i<8;i++) { ds=0; _nop_(); ds= dat & 0x01; Delay_us(10); ds=1; _nop_(); dat >>= 1; } } uchar read_byte() { uchar i,j,dat; for(i=0;i<8;i++) { ds=0; _nop_(); ds=1; _nop_(); j=ds; Delay_us(10); ds=1; _nop_(); dat =(j<<7) | (dat>>1); } return(dat); } void main() { uchar L,M; uint i,t; ds_init(); Write_Byte(0xcc); //ÌøÔ¾Ö¸Áî Write_Byte(0x4e); //дÔÝ´æÆ÷Ö¸Áî Write_Byte(0x7f); //ÉÏÏÞ Write_Byte(0xf7); //ÏÂÏÞ Write_Byte(0x1f); //ÅäÖþ«¶È ds_init(); Write_Byte(0xcc); Write_Byte(0x48); while(1); { ds_init(); Write_Byte(0xcc); Write_Byte(0x44); ds_init(); Write_Byte(0xcc); Write_Byte(0xbe); L = read_byte(); M = read_byte(); i=M; i<<=8; t = i |L; t = t * 0.0625 * 10 + 0.5; Display(t); } } |
|
相关推荐
3个回答
|
|
|
|
|
|
可以先把显示屏的程序单独测一下,只是显示一些固定的数据。再去搞18B20的了
|
|
|
|
ds18b20时序存在问题,我看着你的读写时序时间间隔还是存在着问题
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
787 浏览 0 评论
使用Keil建立完整的工程,并使用外部中断0触发数码管显示903
1476 浏览 0 评论
嵌入式学习-飞凌嵌入式ElfBoard ELF 1板卡-使用AHT20进行环境监测之AHT20传感器介绍
1216 浏览 0 评论
900 浏览 0 评论
963 浏览 1 评论
【youyeetoo X1 windows 开发板体验】少儿AI智能STEAM积木平台
11868 浏览 31 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 19:14 , Processed in 0.684268 second(s), Total 78, Slave 59 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号