代码搜索结果
找到约 5,431 项符合
Temperature 的代码
51
礦ision3 Build Log
Project:
D:\新版程序\综合实例\12864 18B20温度计(串行方式显示)\temperature.uv2
Project File Date: 01/04/2008
Output:
Build target '目标 1'
comp
test.lnp
--device DARMSTM "stm32f10x.o" "test.o" "delay.o" "sys.o" "usart.o" "led.o" "key.o" "timer.o" "ili93xx.o" "rtc.o" "wkup.o" "remote.o" "ds18b20.o" "exti.o" "settimer.o" "switch.o" "temperature.o" "oper
51
礦ision3 Build Log
Project:
D:\新版程序\综合实例\12864 18B20温度计(串行方式显示)\temperature.uv2
Project File Date: 01/04/2008
Output:
Build target '目标 1'
comp
ds18b20_main._c
//温度传感器DS18B20试验
//间隔2s采集一次温度值
//使用1602的液晶作为显示
#include
#include
#include "18B20.h"
#include "1602.h"
uchar adc_0[]={"Temperature:"};
uchar adc_1[]={0xdf,0x43};
ds18b20_main.c
//温度传感器DS18B20试验
//间隔2s采集一次温度值
//使用1602的液晶作为显示
#include
#include
#include "18B20.h"
#include "1602.h"
uchar adc_0[]={"Temperature:"};
uchar adc_1[]={0xdf,0x43};
ds18b20_main.c
//温度传感器DS18B20试验
//间隔2s采集一次温度值
//使用1602的液晶作为显示
#include
#include
#include "18B20.h"
#include "1602.h"
uchar adc_0[]={"Temperature:"};
uchar adc_1[]={0xdf,0x43};
update.bat
html2c.exe index.html
html2c.exe Temperature.html
html2c.exe Temp.class
html2c.exe Temp$Update.class
html2c.exe on.gif
html2c.exe off.gif
html2c.exe logo.gif
html2c.exe cmxlogo.gif
echo "All u
24c16.c
#include
#include
//通道0 温度 TEMPERATURE
//记录存储标志存储在第0页第一个字节 无记录时为0xAA 有记录时为0x55
//数据存储在第0页 低位第二字节为温度下限 高位第三字节为温度上限
//通道1 压力 P
nrf9e5 3.txt
要的功能,你的程序只要包括这样的语句:
#include
#include
你的软件就可以在这个库的高级的水平上开始工作,举例说明:
你需要发送一个包,包括序言,通讯标志,地址,数据,CRC效验等,你只需要下列两行语句,便全部完成了!
// Transmit the temperature
sppSend(&TXI);
zj.c
#include
#define uchar unsigned char
sbit RE=P3^4; // 控制487接收,发送控制端
uchar code display_table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x40,0x77,0x7c};
uchar j,temperature[4]