代码搜索结果
找到约 4,719 项符合
Temperature 的代码
zmctempdemo.h
/*
Microchip Temperature Sensor Demo Profile Definition File
This ZigBee Profile header file provides all of the constants needed to
implement the Microchip Temperature Sensor demo. It is desi
temp
class VolcanoRobot extends ScienceRobot {
String status;
int speed;
float temperature;
int power;
}
volcanorobot.java
class VolcanoRobot {
String status;
int speed;
float temperature;
void checkTemperature() {
if (temperature > 660) {
status = "returning home";
simconstart.m
%SIMCONSTART SIMple CONstruction START
%
%JvS 12/2003
clear all
t0=0; %start time
te=10*3600; %end time
T0=[10 10]'; %start values temperature
[t,x]=ode23('simcondvfun', [t0 t
msp430x20x3_sd16a_02.c
//******************************************************************************
// MSP430F20x3 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: Use SD16 and it's integrate
fet440_adc12_10.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor
//
// This example shows how to use the intergrated t
fet430_adc12_10.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Using the Temperature Sensor
//
// This example shows how to use the intergrated t
msp430x21x1_ca_06.c
//*******************************************************************************
// MSP430x21x1 Demo - Comp_A, Slope ADC to measure temperature
//
// Description: This example uses the slope A/D
fet410_sd16_06.c
//*****************************************************************************
// MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: This example shows how to
1820.c
#include "define.h"
#include "1820.h"
#include
#define uchar unsigned char
#define uint unsigned int
sbit dq = P2^3;
bit flag;
uint Temperature;
uchar temp_buff[9]; //存储读取的字节,