J
jojokatada
Guest
您好
是否有可能使用4 DS1820的1 pic16f84a将显示在LCD的4条线路4种不同的温度是多少?
到目前为止
, 它与1 DS1820的工作
, 因为我使用的是4x20液晶显示器。
示例代码
定义LCD_DREG门'液晶数据端口
定义LCD_DBIT 0'液晶数据开始位0或4
定义LCD_RSREG门'LCD寄存器选择端口
定义LCD_RSBIT 4'LCD寄存器选择位
PORTB的定义LCD_EREG'液晶启用端口
定义LCD_EBIT 3'液晶使能位
定义LCD_BITS 4'液晶巴士大小4或8
定义LCD_LINES 4'号的LCD生产线
定义LCD_COMMANDUS 2000'命令在我们延迟时间
定义LCD_DATAUS 50'在我们的数据延迟时间
符号DQ1 = PORTB.4'宿舍连接到RB4
符号DQ2 = PORTB.0
符号DQ3 = PORTB.1
符号DQ4 = PORTB.2
温度无功字
count_remain无功字节
count_per_c无功字节
temperature1 VAR的词
count_remain1无功字节
count_per_c1无功字节
temperature2 VAR的词
count_remain2无功字节
count_per_c2无功字节
temperature3 VAR的词
count_remain3无功字节
count_per_c3无功字节暂停100主:'温度1
owout DQ1,1,[$消委会,$ 44]
OWin DQ1,4,[count_remain]
如果count_remain = 0,那么
owout DQ1,1,[$消委会,$是]
owin DQ1,0,[temperature.LOwBYTE,temperature.Highbyte,跳过4 count_remain,count_per_c]
endif
温度=(((温度“”1)* 100) - 25) (((count_per_c - count_remain)* 100)/ count_per_c)
lcdout $铁,1
LCDOUT“环境Temp1”,12月(温度/ 100),“。”dec2温度,在“C”
暂停1000
'温度2
owout DQ2,1,[$消委会,$ 44]
OWin DQ2,4,[count_remain1]
如果count_remain1 = 0,那么
owout DQ2,1,[$消委会,$是]
owin DQ2,0,[temperature1.LOwBYTE,temperature1.Highbyte,跳过4 count_remain1,count_per_c1]
endif
temperature1 =(((temperature1“”1)* 100) - 25) (((count_per_c1 - count_remain1)* 100)/ count_per_c)
lcdout $铁,$ C0
LCDOUT“环境Temp2”,12月(temperature1 / 100),“。”dec2 temperature1,在“C”
暂停1000
'温度3
owout DQ3,1,[$消委会,$ 44]
OWin DQ3,4,[count_remain2]
如果count_remain2 = 0,那么
owout DQ3,1,[$消委会,$是]
owin DQ3,0,[temperature2.LOwBYTE,temperature2.Highbyte,跳过4 count_remain2,count_per_c2]
endif
temperature2 =(((temperature2“”1)* 100) - 25) (((count_per_c2 - count_remain2)* 100)/ count_per_c2)
lcdout $铁,$ 94
LCDOUT“环境Temp2”,12月(temperature2 / 100),“。”dec2 temperature2,在“C”
暂停1000
'温度4
owout DQ4,1,[$消委会,$ 44]
OWin DQ4,4,[count_remain2]
如果count_remain2 = 0,那么
owout DQ4,1,[$消委会,$是]
owin DQ4,0,[temperature2.LOwBYTE,temperature2.Highbyte,跳过4 count_remain2,count_per_c2]
endif
temperature2 =(((temperature2“”1)* 100) - 25) (((count_per_c2 - count_remain2)* 100)/ count_per_c2)
lcdout $铁,$ D4类
LCDOUT“环境Temp4”,12月(temperature2 / 100),“。”dec2 temperature2,在“C”
暂停1000
转到主
末端
到目前为止
, 编译失败
错误信息
[218]地址限制3ffth超过
如果任何人有什么可能是错的或任何提示的任何想法,这将不胜感激[/列表]
是否有可能使用4 DS1820的1 pic16f84a将显示在LCD的4条线路4种不同的温度是多少?
到目前为止
, 它与1 DS1820的工作
, 因为我使用的是4x20液晶显示器。
示例代码
定义LCD_DREG门'液晶数据端口
定义LCD_DBIT 0'液晶数据开始位0或4
定义LCD_RSREG门'LCD寄存器选择端口
定义LCD_RSBIT 4'LCD寄存器选择位
PORTB的定义LCD_EREG'液晶启用端口
定义LCD_EBIT 3'液晶使能位
定义LCD_BITS 4'液晶巴士大小4或8
定义LCD_LINES 4'号的LCD生产线
定义LCD_COMMANDUS 2000'命令在我们延迟时间
定义LCD_DATAUS 50'在我们的数据延迟时间
符号DQ1 = PORTB.4'宿舍连接到RB4
符号DQ2 = PORTB.0
符号DQ3 = PORTB.1
符号DQ4 = PORTB.2
温度无功字
count_remain无功字节
count_per_c无功字节
temperature1 VAR的词
count_remain1无功字节
count_per_c1无功字节
temperature2 VAR的词
count_remain2无功字节
count_per_c2无功字节
temperature3 VAR的词
count_remain3无功字节
count_per_c3无功字节暂停100主:'温度1
owout DQ1,1,[$消委会,$ 44]
OWin DQ1,4,[count_remain]
如果count_remain = 0,那么
owout DQ1,1,[$消委会,$是]
owin DQ1,0,[temperature.LOwBYTE,temperature.Highbyte,跳过4 count_remain,count_per_c]
endif
温度=(((温度“”1)* 100) - 25) (((count_per_c - count_remain)* 100)/ count_per_c)
lcdout $铁,1
LCDOUT“环境Temp1”,12月(温度/ 100),“。”dec2温度,在“C”
暂停1000
'温度2
owout DQ2,1,[$消委会,$ 44]
OWin DQ2,4,[count_remain1]
如果count_remain1 = 0,那么
owout DQ2,1,[$消委会,$是]
owin DQ2,0,[temperature1.LOwBYTE,temperature1.Highbyte,跳过4 count_remain1,count_per_c1]
endif
temperature1 =(((temperature1“”1)* 100) - 25) (((count_per_c1 - count_remain1)* 100)/ count_per_c)
lcdout $铁,$ C0
LCDOUT“环境Temp2”,12月(temperature1 / 100),“。”dec2 temperature1,在“C”
暂停1000
'温度3
owout DQ3,1,[$消委会,$ 44]
OWin DQ3,4,[count_remain2]
如果count_remain2 = 0,那么
owout DQ3,1,[$消委会,$是]
owin DQ3,0,[temperature2.LOwBYTE,temperature2.Highbyte,跳过4 count_remain2,count_per_c2]
endif
temperature2 =(((temperature2“”1)* 100) - 25) (((count_per_c2 - count_remain2)* 100)/ count_per_c2)
lcdout $铁,$ 94
LCDOUT“环境Temp2”,12月(temperature2 / 100),“。”dec2 temperature2,在“C”
暂停1000
'温度4
owout DQ4,1,[$消委会,$ 44]
OWin DQ4,4,[count_remain2]
如果count_remain2 = 0,那么
owout DQ4,1,[$消委会,$是]
owin DQ4,0,[temperature2.LOwBYTE,temperature2.Highbyte,跳过4 count_remain2,count_per_c2]
endif
temperature2 =(((temperature2“”1)* 100) - 25) (((count_per_c2 - count_remain2)* 100)/ count_per_c2)
lcdout $铁,$ D4类
LCDOUT“环境Temp4”,12月(temperature2 / 100),“。”dec2 temperature2,在“C”
暂停1000
转到主
末端
到目前为止
, 编译失败
错误信息
[218]地址限制3ffth超过
如果任何人有什么可能是错的或任何提示的任何想法,这将不胜感激[/列表]