代码搜索结果

找到约 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);

tsensor.h

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : tsensor.h * Author : MCD Application Team * Version : V1.0 * Date

ch03.033_prob

############################################################################## ## Code fragment (NOT RECOMMENDED) from Chapter 3 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates

main.c

#include "ioCC2430.h" #include "temp.h" #include "stdio.h" #define uint unsigned int #define ConversionNum 20 //定义控制灯的端口 #define led1 P1_0 #define led2 P1_1 void Delay(uint); void initU

t_hfbulktc.m

% T_HFBULKTC: a program to test hfbulktc.m using COARE test data % T_HFBULKTC is a program to test hfbulktc.m using COARE test data % (file test2_5b.dat). NOTE: Make sure that you use the COARE

module.lst

C51 COMPILER V3.20, SN-0 MODULE 07/11/02 14:13:20 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE MODULE OBJECT MODULE PLACE

wsn_coordinator.c

/**************************************************************************** * * MODULE: WSN_Coordinator.c * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ *

exm043~3.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

fet140_i2c_15.c

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