代码搜索结果
找到约 5,431 项符合
Temperature 的代码
ds1820.h
void delay(int nUs);
char DS1820_Reset(void);
char DS1820_ReadByte(void);
void DS1820_WriteByte(char val);
char Read_Temperature(void);
void Init_CLK(void);
fet140_i2c_04.c
//-----------------------------------------------------------------------------
// MSP430F169 TMP100 I2C Slave Emulation II
//
// Uses ADC12 and I2C modules to emulate behaviour of the TMP100
// t
exm04312_1.m
%exm04312_1.m
%struct预建空构架数组方法之一
a=cell(2,3); %创建 空元胞数组
green_house_1=struct('name',a,'volume',a,'parameter',a(1,2)) %
%struct预建空构架数组方法之二
green_house_2=struct('name',a,'volume',[],'para
ds18b20.c
/*********************************************************************************************
* File: Temperature_test.c
* Author: embest
* Desc: Temperature_test
* History:
****************
simthmlprsctemp.mnu
PRESCR#TEMP
#
Point
Create prescribed temperature on point(s).
#
Edge/Curve
Create prescribed temperature on edge(s)/curve(s).
#
Surface
Create prescribed temperature on surface(s).
#
simthmlprsctemp.mnu
PRESCR#TEMP
#
Point
Create prescribed temperature on point(s).
#
Edge/Curve
Create prescribed temperature on edge(s)/curve(s).
#
Surface
Create prescribed temperature on surface(s).
#
task_adc.h
#ifndef _TASK_ADC_H__
#define _TASK_ADC_H__
extern unsigned int ADC_rocker(unsigned char id);
extern void ADcontrol(void);
extern void temperature(void);
#endif
i2c_ds1631.c
// from scratch i2c to control the ds1631 temperature sensor
//
// Author: Dingo_aus
//
// Date: 14/12/2004
//
// This work is subject to Copryright. No reproduction is allowed without prior exp
fet140_adc12_03.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
//
// Description: Use ADC12 and the inte
keypwm.h
#ifndef _keypwm_h_
#define _keypwm_h_
void Pwm(void);
void T0InterruptInitial(void);
void Initial(void);
void SendTemperature(unsigned char Temperature);
#endif