代码搜索结果

找到约 4,719 项符合 Temperature 的代码

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

temp.c

#include #include "lcdforadc.h" #define DQ1 P4OUT|=BIT4 #define DQ0 P4OUT&=~BIT4 float Temper=0.0; int temperature=0; unsigned char Error = 0; unsigned char rom_seq[8]

d169_adc12_01.c

//***************************************************************************** // D169 Demo - ADC12 / Integrated Temperature Sensor // // Use ADC12 module and the integrated temperature sensor t

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

ds18b20.h

#include #define ds18b20_p P3_0 extern unsigned int temperature(void); /************************************************************* Notice:if divided by 16 is temperature! M

temperature.i

#line 1 "temperature.c" /0 #line 1 "E:\WORKHOME\932-DDSF\0003\REG932.H" /0 sfr P0 = 0x80; sfr P1 = 0x90; sfr P2 = 0xA0; sfr P3 = 0xB0; sfr PSW

ddsf.lnp

"CmdParse.obj", "dataprotect.obj", "Global.obj", "init.obj", "keyparse.obj", "lcdparse.obj", "Main.obj", "pulseparse.obj", "temperature.obj", "timespend.obj", "tools.obj", "WDT.obj", "LowPower.obj", "

ddsf-932.lnp

"CmdParse.obj", "dataprotect.obj", "Global.obj", "init.obj", "keyparse.obj", "lcdparse.obj", "Main.obj", "pulseparse.obj", "temperature.obj", "timespend.obj", "tools.obj", "WDT.obj", "LowP

ex5-1.c

#include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "firstpoint", 0x99, 0x64}; void main(

ex5-3.c

#include #include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; }; struct mepoint p