资源简介

使用bs18b20、ds1302实现具有温度测量,可调闹钟的lcd1602显示的日历!

资源截图

代码片段和文件信息

#include 
#include “intrins.h“
#include “24c02.h“
#define uchar unsigned char
#define uint unsigned int

uchar code tabe1[]=“20  -  -“;            //液晶一直显示的字符
uchar code tabe2[]=“  :  :      “;
uchar code tabe3[]=“Alarm set:“;
uchar miaofenshinianyueriweekwendu_shiwendu_gewendu_shuvariatealarm_shialarm_fenalarm_miao;
uchar flag=1count=0flag_up=0flag_down=0flag_alarm=0alarm_onalarm_count=0done=0;
uint wendu;

//定义IO
sbit DQ = P1^0;                         //ds18b20温度传送数据IO口
sbit ds1302_rst = P1^1;                 //1302复位
sbit ds1302_io  = P1^2;                 //数据输入输出
sbit ds1302_sclk= P1^3;                 //串行时钟

sbit alarm_out  = P3^6;


sbit lcd1602_rs = P2^0;  // 1602命令、数据选择
sbit lcd1602_rw = P2^1;     // 1602写
sbit lcd1602_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      41349  2012-05-08 19:26  LCD1602   日历\123

     文件      10656  2012-05-08 19:26  LCD1602   日历\123.hex

     文件         43  2012-05-08 19:26  LCD1602   日历\123.lnp

     文件      55447  2012-05-08 19:26  LCD1602   日历\123.M51

     文件       1521  2012-05-09 10:29  LCD1602   日历\123.Opt

     文件        178  2012-05-09 10:29  LCD1602   日历\123.plg

     文件       2042  2012-05-08 19:26  LCD1602   日历\123.Uv2

    .......      1522  2012-05-08 19:26  LCD1602   日历\123_Opt.Bak

     文件       2161  2012-05-08 19:26  LCD1602   日历\123_Uv2.Bak

     文件       1705  2012-05-08 19:26  LCD1602   日历\24c02.h

     文件       2228  2012-05-08 19:26  LCD1602   日历\24c02.h.bak

     文件       1705  2012-05-08 19:26  LCD1602   日历\24c64.h.bak

     文件      99490  2012-05-08 19:26  LCD1602   日历\Last Loaded lcd1602.DBK

     文件      99968  2012-05-08 19:26  LCD1602   日历\lcd1602.DSN

     文件       1841  2012-05-09 10:08  LCD1602   日历\lcd1602.PWI

     文件      17773  2012-05-08 19:26  LCD1602   日历\shizhong.c

     文件      17740  2012-05-08 19:26  LCD1602   日历\shizhong.c.bak

     文件      51685  2012-05-08 19:26  LCD1602   日历\shizhong.LST

     文件      48529  2012-05-08 19:26  LCD1602   日历\shizhong.OBJ

     文件     289348  2012-05-08 19:26  LCD1602   日历\日历 调试成功.jpg

     目录          0  2012-05-09 10:29  LCD1602   日历

----------- ---------  ---------- -----  ----

               746931                    21


评论

共有 条评论