代码搜索结果
找到约 5,431 项符合
Temperature 的代码
fet140_adc12_10.s43
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made
fet440_adc12_10.s43
;******************************************************************************
; MSP-FET430P440 Demo - ADC12, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made
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
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
fet440_adc12_10.s43
;******************************************************************************
; MSP-FET430P440 Demo - ADC12, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
id.html
Web51 - Temperature server - ID check
Web51 - Temperature server - ID check
Ch
forj10-adtemperature.eww
$WS_DIR$\AD-temperature.ewp
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
colddays.c
// colddays.c -- finds percentage of days below freezing
#include
int main(void)
{
const int FREEZING = 0;
float temperature;
int cold_days = 0;
int all_days = 0;