搜索资源列表
-
0下载:
基于18B20的51单片机温度控制器实例,采用汇编语言编写,可以设置上限温度和下限温度,温度超限会发出报警信息。-18B20 single chip microcomputer-based temperature controller of the 51 examples of the preparation of the use of assembly language, you can set the upper limit temperature and the minimum tempe
-
-
0下载:
18B20, *** *****DS18B20智能温度控制器 数据线接P1.0*******
***六位数码显示,前三位显示“18b”*******************
***第四位表示温度的正负符号,正为“┩”,负为“-”****
***第五位和第六位显示温度(显示范围-55~+99摄氏度)
TEMPER_L EQU 29H 用于保存读出温度的低8位
TEMPER_H EQU 28H 用于保存读出温度的高8位
FLAG1 EQU 38H 是否检测到DS18B2
-
-
0下载:
51单片机实现空调温控,电路图和汇编源程序。-51 MCU air temperature, circuit and assembly source.
-