可以显示温度的万年历程序(已在pd1000开发板上运行)(Can display the temperature of the calendar program (already on the pd1000 development board)).docVIP
- 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
- 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
- 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
可以显示温度的万年历程序(已在pd1000开发板上运行)(Can display the temperature of the calendar program (already on the pd1000 development board))
可以显示温度的万年历程序(已在pd1000开发板上运行)(Can display the temperature of the calendar program (already on the pd1000 development board))
You can display the temperature of the calendar program (already running on PD1000 development board.Txt) if you also love a few people that you are young; if you love a person, then you are grown old; if you dont love anyone, you have been reborn. A positive person must have a habit of persistence.
//1602+18b20+ds1302 program
Program name: / / 1602+18b20+ds1302 program
The purpose of the experiment: / / the comprehensive application of LCD1602, DS18B20, DS1302
Connection method: / / LCD1602 LCD screen is inserted into the J9 terminal pin down
/ / JP8 and JP5 cable to connect with 8p
/ / Description: liquid crystal display the current time (adjustable), temperature (precision adjustable)
Set key increments of K2 / / K1 key K3 key decline
/ / version: PD1000 development board
/ / Author: Qingdao Pu te
/ / date: 2011.02.28
/ / Note: (1): STC89C52RD chip using 12M crystal
/ / (2): the Keil uV3 3.30 compiler operation
/ / (3): the routine operation in the PD1000 development board platform successfully
/ / (4): Qingdao Aite copyright, only for study and reference, shall not be used for commercial purposes.
/ / (5): the company website: Taobao shop:
#include reg51.h
#include string.h
#includeintrins.h
#define uchar unsigned char
/ / function pin definition
Sbit set= P1^0; / / set key
Sbit up = P1^1; / / add keys
Sbit down =P1^2; / / down button
Sbit LCM_RS= P2^5; //l602 definition pin
Sbit LCM_RW= P2^6;
Sbit LCM_E =P2^7;
#define LCM_Data P0
#define Busy / / 0x80 for the detection of LCM in the status word Busy logo
Uchar, ID, timecount, dipsmodid;
Bit lmcinit_or_not; / / whether you need a 1 to 0 do not need to sign the screen
Bit flag, sflag; //flag is the clock colon flashes logo, sflag is the temperature of minus signs
Void Disp_line1 (void); / / the first line of the display screen
Void Disp_line2 (void); / / the second line display screen
Void
您可能关注的文档
- 企业管理制度--企业生存和发展的基础管理(Enterprise management system -- the basic management of enterprise survival and development).doc
- 企业管理制度——企业生存和发展的基础(Enterprise management system the foundation of enterprise survival and development).doc
- 企业聘用人才的基本标准(Basic standards for employing talents in Enterprises).doc
- 企业聘用人才的6大基本标准(6 basic standards for employing talents in Enterprises).doc
- 企业要学会在竞争中生存(Enterprises should learn to survive in competition).doc
- 企业经营技巧(Enterprise management skills).doc
- 企业渠道促销 典型问题分析(Analysis of typical problems of enterprise channel promotion).doc
- 企业财务管理软件品牌最新排行(The latest brand of enterprise financial management software).doc
- 企业转型不应躺在政策上(Enterprise transformation should not lie on policy).doc
- 企业软实力核心生存与核心生存力(Soft power of enterprise core existence and core survivability).doc
- 可口可乐如释重负之后(After Coca-Cola breathed a sigh of relief).doc
- 可调时间万年历c程序(Adjustable time calendar c program).doc
- 司法考试卷四高分的6个技巧(6 techniques of judicial examination score Vol.4).doc
- 司法考试名师大比拼(Judicial examination competition).doc
- 叶绿素等的测定方法(Determination of chlorophyll and other methods).doc
- 司法考试数字法条考前速记——诉讼时效(A trial of shorthand in the digital method of judicial examination).doc
- 司法考试读物(Judicial examination readings).doc
- 司法考试考前心理调整和时间的利用(Psychological adjustment and utilization of time before judicial examination).doc
- 司法考试(judicial examination).doc
- 同昌公主外传(唐朝佚名)(Princess Chang outside (Tang Dynasty.)).doc
文档评论(0)