代码搜索结果
找到约 5,431 项符合
Temperature 的代码
daq._c
//完成温度的采集
#include "iom128v.h"
#include "eeprom.h"
#include "MyMacro.h"
extern float Temperature;
extern unsigned int SavedNum;
extern unsigned char MCUState;
extern unsigned char TimeScale;
daq.c
//完成温度的采集
#include "iom128v.h"
#include "eeprom.h"
#include "MyMacro.h"
extern float Temperature;
extern unsigned int SavedNum;
extern unsigned char MCUState;
extern unsigned char TimeScale;
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;
ds1820.h
void delay(int nUs);
char DS1820_Reset(void);
char DS1820_ReadByte(void);
void DS1820_WriteByte(char val);
char Read_Temperature(void);
void Init_CLK(void);
main.c
#include "ioCC1110.h"
#include "temp.h"
#include
#define uint unsigned int
//定义控制灯的端口
#define led1 P1_0
#define led2 P1_1
void Delay(uint);
void initUARTtest(void);
void UartT
test.lst
C51 COMPILER V7.50 TEST 06/28/2007 13:55:48 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
yjdisplayc.c
#include
#include
#include "DS18B20.h"
#include "2002.h"
uchar examp[40];
//uchar code asc[10]={0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39};
void main(void)
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be