Description: 晶振频率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
To Search:
File list (Check if you may need any files):
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