代码搜索结果

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

dth add lcd.c

//DHT11.c文件 #include #include //the main only needs to call get DHT11(),then the temperature and huminity was got in F16T,F16RH as float sbit bit11=P2^0; unsigned char

ch6-5r.c

/* 此程序仅演示简单的双机通信的从机程序设计。复杂的通信系统见后续章节。 */ #include #define uchar unsigned char #define uint unsigned int uchar Temperature; void InitSystem(void); void Comm(void) ; void Disp

tcn75.c

#define TEMPERATURE_GLOBALS #include "includes.h" void Tcn75Init(void) { INT8U i,TempVar; _TCN75Err_=1; for(i=0;i

deinclus.h

//temperature.h /* TCCR1A bit organization */ #define COM1A1 7 #define COM1A0 6 #define COM1B1 5 #define COM1B0 4 #define WGM11 1 #define WGM10 0 /* ADCSRA

my_ds18b20.c

#include "MY_DS18B20.h" #include #include // DS18b20 Temperature Sensor functions #include #include //============================ DS18B20接PC7脚 ==

托福词组.dst

a beam of light[]一束光 a blast of[]一阵风 a burning desire[]强烈的愿望 a cluster of[]一群;一组 a column of water[]水柱 a constant temperature[]恒温 a crew of[]一组(工作人员) a crushing blow[]毁来性的打击 a favorite topic[]

kao.c

#include "DSP281x_Device.h" #include "DSP281x_Examples.h" //#include "ds18b203.h" #include "ds18.h" //float temperature; void delay(int count);//给count 设定值,延时1us,count=50 void main(void)

托福词组.dst

a beam of light[]一束光 a blast of[]一阵风 a burning desire[]强烈的愿望 a cluster of[]一群;一组 a column of water[]水柱 a constant temperature[]恒温 a crew of[]一组(工作人员) a crushing blow[]毁来性的打击 a favorite topic[]

18b20_7seg.txt

#include #define uchar unsigned char #define uint unsigned int uint temp; // variable of temperature 定义一个变量 sbit P2_0=P2^0; //数码管位选 sbit P2_1=P2^1; sbi

ds18b20.c~

#include // 1 Wire Bus functions #asm .equ __w1_port=0x12 ;PORTD .equ __w1_bit=3 #endasm #include // DS1820 Temperature Sensor functions #include #i