代码搜索结果
找到约 5,431 项符合
Temperature 的代码
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
//#define Vref 2.85
void ADC_init(char );
int ADC_read(void);
void ADC_periphery(void
fet140_i2c_01.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Intf. to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to T
ds18b20.c
//////////////////////////////////////////////////////////////////////
// H.C.H
// DS18B20驱动(DS18B20.C)
// NNU(通信工程)
ds18b20.h
//////////////////////////////////////////////////////////////////////
// H.C.H
// DS18B20驱动(DS18B20.C)
// NNU(通信工程)
makefile.netlocal
# Makefile.netlocal,v 1.1 2004/01/01 21:01:00 shuston Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
BIN = Netlocal
SRC = Netlocal.cpp Temperature_Monitor2.cpp
include $(AC