代码搜索结果

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

makefile.nodelocal

# Makefile.nodelocal,v 1.1 2004/01/01 21:01:00 shuston Exp # # Copyright 2003 Addison-Wesley Inc. All Rights Reserved. BIN = Nodelocal SRC = Nodelocal.cpp Temperature_Monitor.cpp include $(

main.txt

; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 939] for uVision ; commandline ArmCC [--debug -c --asm --interleave -o.\SDRAM\main.o --depend=.\SDRAM\main.d --device=DARMSS9 --apcs=inte

text2.c

// by GaoLin...~ #include // SFR声明 #include //----------------------------------------------------------------------------- // C8051F02X的16位SFR定义 //-----------------------

dbset.cpp

// DBSet.cpp : implementation file // #include "stdafx.h" #include "exa06.h" #include "DBSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #e

readme.txt.bak

nRF24E1编程下载板源程序包括上位机程序、单片机固件程序和nRF24E1内51核控制程序, 分别存放在“上位机程序”、“AT89S52”和“nRF24E1”三个文件夹内。 “上位机程序”内有应用软件download.exe。 “AT89S52”内有单片机固件源程序download.c,可以直接编译连接生成下载文件,下载到目标单片机AT89S52中。 “nRF24E1”内有控制nRF24 ...

readme.txt

nRF24E1编程下载板是我们自行开发的简易无线通信模块nRF24E1的在线下载板,使用方便。 nRF24E1编程下载板源程序包括上位机程序、单片机固件程序和nRF24E1内51核控制程序, 分别存放在“上位机程序”、“AT89S52”和“nRF24E1”三个文件夹内。 “上位机程序”内有应用软件download.exe。 “AT89S52”内有单片机固件源程序download.c,可以直 ...

4 ds18b20.c

// DS18B20温度传感器// #include sbit DQ =P3^3; //定义通信端口 void delay1(unsigned int i) { while(i--); } reset(void) { unsigned char x=0; DQ = 1; //DQ复位 delay1(8)

zhumokuai.c

#include #include //mcu端口的使用定义 #include #include #include #include #include

arm_sht.h

/*************************************************** 2007/2/10 Liu Guobing ****************************************************/ // sample program that shows how to use SHT11 functions // 1. c

fet140_i2c_01.c

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