代码搜索结果
找到约 5,431 项符合
Temperature 的代码
main.bak
#include
#include
#include
#define Nop() _nop_();
typedef unsigned char uchar;
typedef unsigned int uint;
code uchar dispcode[11] = {0x00, 0x00,
msp430x22x4_adc10_03.c
//******************************************************************************
// MSP430F22x4 Demo - ADC10, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
//
// Description: Set ADC10 and the integra
plotemp3.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* PLOTEMP3.C--Example from Getting Started */
/* This program creates a table and a bar chart plot from a
set of temperature rea
ds18b20.c
/*
****************************************************************************************************
* SSAC_A1
* Main Controller Board
* File name : DS18B20.c
* Use for : Detect temperature
systemexecute.c
#include "system.h"
float power; //电压的检查值变量(通道0)
float current; //电流的检查值变量(通道1)
float tmp; //温度值
void SystemExecute(void)
{
unsigned char data_tmp;
power = VoltageSu
key.c.bak
#include
#include "key.h"
#define KEY_SET 0x0e//设置键
#define KEY_UP 0x0b//向上键
#define KEY_DOEN 0x0d//向下键
#define KEY_RUN 0x07//运行键
#define EAKER 0x09//上下键同时按下
#define KEY_P
main.h
#include "float.h"
float temperature;
unsigned int code temper[100];
float AdValue = 0;
extern union p_temp
{
unsigned char c[2];
unsigned int X;
}upper_limit,lower_limit,difference;/*温度上限设定
main.h.bak
#include "float.h"
unsigned int temperature;
long float AdValue ;
extern union p_temp
{
unsigned char c[2];
unsigned int X;
}upper_limit,lower_limit,difference;/*温度上限设定值,下限设定值,和偏差值*/
extern
key.c
#include
#include "key.h"
#define KEY_SET 0x0e//设置键
#define KEY_UP 0x0b//向上键
#define KEY_DOEN 0x0d//向下键
#define KEY_RUN 0x07//运行键
#define EAKER 0x09//上下键同时按下
#define KEY_P
ds1621.c
/*
Dallas Semiconductor DS1621 I2C bus
thermometer/thermostat functions
CodeVisionAVR C Compiler
(C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
*/
union ds1621_temp {