代码搜索结果
找到约 5,431 项符合
Temperature 的代码
main.c
#include
#define uchar unsigned char
#define uint unsigned int
#define SEND P1
sbit E=P3^5;
sbit RW=P3^6;
sbit RS=P3^7;
sbit D=P2^7;
static uchar disp1[]="Test temperature";
021-906-259.lbl
;
; VAG-COM Measuring Block Labels for
; US OBD-II VR6, ECU p/n 021-906-259-xx
;
1,0,General Engine Data
1,1,,Engine Speed
1,2,Coolant,Temperature
1,3,Oxygen Sensor,Regulation
1,4,Ignition,Tim
!readme.txt
D169_1.c D169 Demo - Software Toggle P1.0
D169_adc12_01.c D169 Demo - ADC12 / Integrated Temperature Sensor
D169_dac12_01.c D169 Demo - DAC12.1 Output 2V on P
rtc_ext.c
#include "configLPC.h"
#include "i2c.h"
static uint8 x1226Address = X1226_ADDRESS;
static uint8 x1226LastRegister = X1226_REGISTER_TEMPERATURE;
static uint8 x1226Mode = 0;
static int x1226Rea
ds18b20温度采集.c
#include
#define uchar unsigned char
#define uint unsigned int
//sbit DQ=P3^7;与单片机连接口
sbit RS=P3^0;
sbit RW=P3^1;
sbit EN=P3^2;
unsigned char code str1[]={"Temperature: "};
unsi
!readme.txt
D169_1.c D169 Demo - Software Toggle P1.0
D169_adc12_01.c D169 Demo - ADC12 / Integrated Temperature Sensor
D169_dac12_01.c D169 Demo - DAC12.1 Output 2V on P
ds18b20.asm
;用P2.3口,在C51里这样调用:char Te=(char)read_tem(1)/16;
void dis_temperature()
{
Te=(float)read_tem(1)/16;
sprintf(buffer,"%05.2f'C",Te);
lcd_moveto(20);
lcd_strall(buffer);
lcd_moveto(36);
}
;请
!readme.txt
D169_1.c D169 Demo - Software Toggle P1.0
D169_adc12_01.c D169 Demo - ADC12 / Integrated Temperature Sensor
D169_dac12_01.c D169 Demo - DAC12.1 Output 2V on P
ex38.c
//实例38:字符串函数string.h应用举例
#include //包含51单片机寄存器定义的头文件
#include //包含函数isalpha()声明的头文件
void main(void)
{
unsigned char str1[ ]="Now, The temperature is :";
unsigned char
ex38.c
//实例38:字符串函数string.h应用举例
#include //包含51单片机寄存器定义的头文件
#include //包含函数isalpha()声明的头文件
void main(void)
{
unsigned char str1[ ]="Now, The temperature is :";
unsigned char