代码搜索结果
找到约 5,431 项符合
Temperature 的代码
temp.html
89C8252 WWW digital thermometer
89C8252 & DS1620 WWW digital thermometer
System temperature is:
main.c
#include "reg52.h"
#include "ds18b20.h"
unsigned int tflag;
bit secflag = 0;
unsigned char text[] = "Temperature = ";
unsigned char enter[] = {0x0A,0x0D}; //回车符
void uart_tx(unsigned char
ch6-5s.c
/*
此程序仅演示简单的双机通信的主机程序设计。复杂的通信系统见后续章节。
*/
#include
#define uchar unsigned char
#define uint unsigned int
uchar Temperature;
void InitSystem(void);
void CollectData(void);
voi
ds18b20_drive._h
/*****************************************
返回三个值dis_buf_18b20[0]小数dis_buf_18b20[1]个位dis_buf_18b20[2]十位
调用Read_1820_temperature();
****************************************/
#include
#inc
c0101.met.raw.nc.das
Attributes {
ogr_layer_info_1 {
string layer_name air;
string spatial_ref WGS84;
string target_container air_temperature;
layer_extents {
Float64 x_min -180;
Float64 y_min -90
c0101.met.raw.nc.das
Attributes {
ogr_layer_info_1 {
string layer_name air;
string spatial_ref WGS84;
string target_container air_temperature;
layer_extents {
Float64 x_min -180;
Float64 y_min -90
最新10位数字温度传感器ad7416驱动程序).txt
#include "reg51.h"
#include "intrins.h"
sbit AD7416_SCL= P1^6;
sbit AD7416_SDA= P1^7;
unsigned char AD7416_SystemError;
unsigned int Temperature; //温度
unsigned char ZorF; //正还是负
//#def
曲线.h
#include "delay.H"
#include "LCD_.H"
#include "BEEP.H"
#include "定时器1中断.H"
#define uint unsigned int
#define uchar unsigned char
//#include "temperature.h"
uchar LCD_Y,LCD_X,COUNT3,COUN
ds18b20.h
#ifndef __ds18b20_h__
#define __ds18b20_h__
#include
#include
#include
unsigned char *p;
unsigned int Temperature;
unsigned char temp_buff[9]; //存储读取的字节,read
ds18b20.c
#include
// 1 Wire Bus functions
/****单总线端口为PORTD.3****/
#asm
.equ __w1_port=0x12 ;PORTD
.equ __w1_bit=3
#endasm
#include
// DS1820 Temperature Sensor functions