• 大小: 67KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: ds18b20  仿真  

资源简介

at89c52 ds18b20 keil uvison4 proteus

资源截图

代码片段和文件信息

#include “at89x52.h“
#define uint unsigned int
#define ulong  unsigned long
#define uchar unsigned char //宏定义
sbit DQ=P2^4 ;    //定义DS18B20总线I/O
sbit SET=P3^1;    //定义调整键
sbit DEC=P3^2;    //定义减少键
sbit ADD=P3^3;     //定义增加键
sbit BEEP=P3^7;    //定义蜂鸣器
bit shanshuo_st;     //闪烁间隔标志
bit beep_st;      //蜂鸣器间隔标志
uchar x=0;       //计数器
signed char m;      //温度值全局变量
uchar n;       //温度值全局变量
uchar set_st=0;      //状态标志
uchar shangxian=38;   //上限报警温度,默认值为38
uchar xiaxian=5;    //下限报警温度,默认值为5
uchar tmpbuf[5];
sbit Sign_Port =P3^0;
sfr Dat_Port =0x80;
sfr Cs_Port =0xa0;
bit     fu;
uint ReadTemperature(void) ;
uchar code table[12]={0x3F0x060x5B0x4F0x660x6D0x7D0x07
                          0x7F0x6F0x000x40};

/*****延时子程序*****/
void Delay_DS18B20(int num)
{

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

     文件     103929  2010-07-01 01:27  thermometer\Last Loaded thermometer.DBK

     文件      15060  2010-07-01 18:33  thermometer\thermometer

     文件       6028  2010-07-01 18:33  thermometer\thermometer.c

     文件     103929  2010-07-01 18:36  thermometer\thermometer.DSN

     文件       4542  2010-07-01 18:33  thermometer\thermometer.hex

     文件         54  2010-07-01 18:33  thermometer\thermometer.lnp

     文件      13750  2010-07-01 18:33  thermometer\thermometer.LST

     文件      20040  2010-07-01 18:33  thermometer\thermometer.M51

     文件      16846  2010-07-01 18:33  thermometer\thermometer.OBJ

     文件        157  2010-07-01 22:21  thermometer\thermometer.plg

     文件       1054  2010-07-02 10:09  thermometer\thermometer.PWI

    .......     55227  2010-07-01 22:21  thermometer\thermometer.uvopt

    .......     13246  2010-06-30 21:21  thermometer\thermometer.uvproj

    .......     55229  2010-07-01 18:36  thermometer\thermometer_uvopt.bak

    .......     13247  2010-06-30 19:15  thermometer\thermometer_uvproj.bak

     目录          0  2010-07-02 10:09  thermometer

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

               422338                    16


评论

共有 条评论