资源简介
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
相关资源
- 案例:双馈风力发电机PSCAD仿真模型
- 一个基于AD1674的模数转换电路及程序
-
小型风力发电系统MPPT simuli
nk仿真模 - 数字钟Multisim仿真
- 单片机proteus仿真100例
- 交通灯+RS232+模拟串口通讯 proteus 仿真
- SAR BP 算法
- DS18B20+DS1302 显示温度和时间Proteus仿真
- 51单片机 ADC0832 ADC 仿真 proteus LCD160
- DS18B20 的温度测量系统
- 电子信息课程设计 彩灯控制电路
- TX-1C Proteus仿真板
- Proteus 7 Professional仿真 单片机双积分式
- 电子万年历设计含有实验报告,原理
- Proteus STM32 PWM输出仿真.rar
- 电子秤仿真设计.rar
- 蒙特卡洛仿真软件
- multisim仿真四路抢答器
- Proteus8.9 仿真STM32407ZGT6系列008_PWM输出
- Proteus 仿真 数字钟
- ns2无线网络仿真详解
- 16*16点阵上移,下移,左移,右移程序
- 基于LPC2124的温度模糊控制系统Proteu
- ADC0809数字电压表proteus仿真
- ofdm-rayleigh衰落信道仿真程序
- DS18b20温度传感器
- 雷达恒虚警检测系统仿真
- 交通灯的proteus仿真和用VHDL实现的代码
- 光控窗帘硬件仿真电路图
- 电力电子课程设计 直流斩波电路的设
评论
共有 条评论