代码搜索结果

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

d169_adc12_01.c

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

msp430x261x_adc12_03.c

//***************************************************************************** // MSP430x26x Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integrate

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integ

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integ

b20.c

#include sbit P00=P0^0; sbit P01=P0^1; sbit SCL=P0^2; sbit SDA=P0^3; sbit DQ=P0^4; //DS18B20 DQ线 sbit P10=P1^0; sbit P11=P1^1; sbit P12=P1^2; bit temp; unsigned int a;

stomatab.f90

subroutine stomataB (tfrz ,mpe ,apar , & tv ,ei ,ea ,tgcm ,pgcm , & o2 ,co2 ,igs ,btran ,rb , & rs ,psn

volcanorobot6.java

class VolcanoRobot6 { String status; int speed; float temperature; VolcanoRobot6(String inStatus, int inSpeed, float inTemperature) { status = inStatus; speed =

msp430x24x_adc12_03.c

//***************************************************************************** // MSP430x24x Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integrate

msp430x24x_adc12_03.c

//***************************************************************************** // MSP430x24x Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integrate

adc.h

// //Atmel AVR Design Contest 2006 Registration Number AT3221 // #define TEMPERATURE_SENSOR 0 #define VOLTAGE_SENSOR 1 #define LIGHT_SENSOR 2 #define CELCIUS 3 #define FARENH