代码搜索结果

找到约 5,431 项符合 Temperature 的代码

fet140_i2c_04.c

//----------------------------------------------------------------------------- // MSP430F169 TMP100 I2C Slave Emulation II // // Uses ADC12 and I2C modules to emulate behaviour of the TMP100 // t

fet140_i2c_15.c

//----------------------------------------------------------------------------- // MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II // // Description: Uses ADC12 and I2C modules to emulate be

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);

exm033_3.m

%exm033_3.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',[],'parame

fet440_adc12_10.s43

;****************************************************************************** ; MSP-FET430P440 Demo - ADC12, Sample A10 Temp and Convert to oC and oF ; ; Description: A single sample is made

wsn_coordinator.c

/**************************************************************************** * * MODULE: WSN_Coordinator.c * * COMPONENT: $RCSfile: WSN_Coordinator.c,v $ * * VERSION:

yaokong.h

#include #include #define uchar unsigned char #define uint unsigned int #define dataBUS P2 #define waitedata1 0 #define waitedata2 1 #define receiveOver 2 #define str

fet140_i2c_01.s43

;****************************************************************************** ; MSP-FET430P140 Demo - I2C, Master Intf. to TMP100, Set P1.0 if Temp > 28C ; ; Description: I2C interface to TMP

fet140_adc12_10.s43

;****************************************************************************** ; MSP-FET430P140 Demo - ADC12, Sample A10 Temp and Convert to oC and oF ; ; Description: A single sample is made

d169_tmp_sensor_slave.c

//----------------------------------------------------------------------------- // MSP430F169 TMP100 I2C Slave Emulation II // // Uses ADC12 and I2C modules to emulate behaviour of the TMP100 // t