文件名称:temp_control
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 69kb
- 下载次数:
- 0次
- 提 供 者:
- s**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
晶振频率8M
#define Crystal 8000000
#define T_max 96
#define T_min 20
#define adc_buf_size 33
#define adc_step 5
//保证2^(adc_step)+1=adc_buf_size
#define most_temp 77 //最多设定77个温度,即20到96摄氏度
#define base_temp 20
// 全局变量定义 //
// 数码管位和指示灯显示数据变量
unsigned char output_sel -晶振频率8M
#define Crystal 8000000
#define T_max 96
#define T_min 20
#define adc_buf_size 33
#define adc_step 5
//保证2^(adc_step)+1=adc_buf_size
#define most_temp 77 //最多设定77个温度,即20到96摄氏度
#define base_temp 20
// 全局变量定义 //
// 数码管位和指示灯显示数据变量
unsigned char output_sel
#define Crystal 8000000
#define T_max 96
#define T_min 20
#define adc_buf_size 33
#define adc_step 5
//保证2^(adc_step)+1=adc_buf_size
#define most_temp 77 //最多设定77个温度,即20到96摄氏度
#define base_temp 20
// 全局变量定义 //
// 数码管位和指示灯显示数据变量
unsigned char output_sel -晶振频率8M
#define Crystal 8000000
#define T_max 96
#define T_min 20
#define adc_buf_size 33
#define adc_step 5
//保证2^(adc_step)+1=adc_buf_size
#define most_temp 77 //最多设定77个温度,即20到96摄氏度
#define base_temp 20
// 全局变量定义 //
// 数码管位和指示灯显示数据变量
unsigned char output_sel
(系统自动生成,下载前可以参看下载内容)
下载文件列表
temp_control\default\dep\ds18b20.o.d
............\.......\...\LCD1602.o.d
............\.......\...\main.o.d
............\.......\...\usart.o.d
............\.......\dep
............\.......\ds18b20.o
............\.......\LCD1602.o
............\.......\main.o
............\.......\Makefile
............\.......\temp_control.eep
............\.......\temp_control.elf
............\.......\temp_control.hex
............\.......\temp_control.lss
............\.......\temp_control.map
............\.......\usart.o
............\default
............\ds18b20.c
............\ds18b20.h
............\LCD1602.c
............\LCD1602.h
............\main.c
............\main.h
............\sourceLineMap.txt
............\temp_control.aps
............\temp_control.aws
............\testbed.c
............\usart.c
............\usart.h
temp_control
............\.......\...\LCD1602.o.d
............\.......\...\main.o.d
............\.......\...\usart.o.d
............\.......\dep
............\.......\ds18b20.o
............\.......\LCD1602.o
............\.......\main.o
............\.......\Makefile
............\.......\temp_control.eep
............\.......\temp_control.elf
............\.......\temp_control.hex
............\.......\temp_control.lss
............\.......\temp_control.map
............\.......\usart.o
............\default
............\ds18b20.c
............\ds18b20.h
............\LCD1602.c
............\LCD1602.h
............\main.c
............\main.h
............\sourceLineMap.txt
............\temp_control.aps
............\temp_control.aws
............\testbed.c
............\usart.c
............\usart.h
temp_control