- 1、本文档共34页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
51单片机控制的电冰箱温控器液晶显示C程序(国外英文资料)
51单片机控制的电冰箱温控器液晶显示C程序(国外英文资料)
51 SCM controlled refrigerator temperature controller LCD display C program
[date: 2008-06-27] [source: the east elder brother microcontroller learning finishing author: anonymous] [little] in font: large (delivery)
# I nclude at89x5.h / / device configuration file
# I nclude intrins. H
Sbit LCM_RS = P3 ^ 3; / / pin definition
Sbit LCM_RW = P3 ^ 4; / / pin definition
Sbit LCM_EN = P3 ^ 5; / / pin definition
Sbit OUT = P3 ^ 6; / / control relay
Sbit TSOR = P3 ^ 7; / / temperature test end
# define Busy 0x80 / / constant definition
# define uchar unsigned char
# define uint unsigned int
# define DATAPORT P1
Pound sign define reset () WDT = 0 xe1; } / / the dog boot/reset macro definition
SFR WDT = 0 xa6; / / watch dog register definition
Bit ON_OFF;
Bit outflag;
For example, this is the first time that a person has to be a person
Uchar temp1, temp2;
Uchar CNT.
Uchar deda, the SEC; / / time variable
Char min, hour;
Char set, T;
Uchar data buff [10].
Uchar ReadStatusLCM (void); / / read the data to the MCU subfunction declaration
Uchar code str0 [] = { - }. / / wait for an explicit string
The uchar code str1 [] = { SET: C.
Uchar code str2 [] = {}; / / wait for an empty string
= = = = = = = = = = (= = = = = = = = (= = = = = = = (= =)
Void fun0 (void);
Void fun1 (void);
Void fun2 (void);
Void fun3 (void);
Void set_adj (void);
Void inc_key (void);
Void dec_key (void);
Void key (void);
Void gettempTS (void);
Void initTS (void);
Uchar readBTS (void);
Void writeBTS (uchar byte);
Void resetTS (void);
Bit readTS (void);
Void write1TS (void);
Void write0TS (void);
Void delay15us (void);
Void delay60us (void);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Void delay (uint k) / / function called delays delay function. Define k as unsigned integer variable
The delay function starts
Uint I, j; / / define I and j as unsigned integer variables
For (I = 0;
文档评论(0)