代码搜索结果

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

fet140_i2c_01.c

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

siman.c

#include #include #include /* set up parameters for this simulated annealing run */ /* how many points do we try before stepping */ #define N_TRIES 200

mcp9700.c

#define MCP9700_C #include #include "MCP9700.h" #include "MCP6S26.h" #include "interrupt.h" unsigned char MCP9700_get_temp(void) { unsigned int sens_volt; MCP6S26_sele

fet140_i2c_01.c

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

22.lst

C51 COMPILER V8.12 22 12/27/2008 08:45:38 PAGE 1 C51 COMPILER V8.12, COMPILATION OF MODULE 22 OBJECT MODULE PLACED IN 22.O

22.c

#include #include "ds18b20.h" #define NO 3 //==================数码管段选IO口定义======================== sbit bit1=P2^7; sbit bit2=P2^6; sbit bit3=P2^5; sbit bit4=P2^4;

18b20.c

#include #include "18b20.h" #define DQ BIT5 float Temper[7]={0.0}; //测量到的实际温度值 unsigned char temper_c[8]={0xAA,0,0,0,0,0,0,0x01}; //将测量到的实际温度值*1倍,转整型

msp430x24x_uscib0_i2c_01.c

//****************************************************************************** // MSP430x24x Demo - USCI_B0 I2C Master to TMP100, Set P1.0 if Temp > 28C // // Description: I2C interface to TMP1

app.c

/* ********************************************************************************************************* * uC/OS-II *

ds1820_lcd.c

//**********************************************************************// // 头文件区 // //***********************************************