代码搜索:数字传感器

找到约 10,000 项符合「数字传感器」的源代码

代码结果 10,000
www.eeworm.com/read/352946/10490188

dbg rx.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR E:\无线传感器网络资料\cc2420驱动\测试1\RX\ FILE cc2420.c FUNC Write_Command D4 fc BLOCK 24 DA DEFREG statueval 20 c DEFREG command 20 c LINE 24 DA LINE 27
www.eeworm.com/read/352946/10490435

s common.s

.module common.c .area text(rom, con, rel) .dbfile E:\无线传感器网络资料\cc2420驱动\测试1\code\common.c .dbfunc e Delay600us _Delay600us fV ; i -> R16 ; t -> R18 .even _Delay6
www.eeworm.com/read/421173/10751793

c sht10.c

#include "cdltwk.h" bit rht_flag=0; bit sht_dam_flag=0; //=1, 温湿度传感器损坏标志 bit shtbit_flag=0; //=1, 湿度8位分辨率, 温度12位分辨率 //=0, 湿度12位
www.eeworm.com/read/350183/10760835

s 1.s

.module _1.c .area text(rom, con, rel) .dbfile H:\bbi项目源程序\18b20温度传感器\LED显示18B20/bc7281.h .dbfunc e delay _delay fV ; time -> R16,R17 .even _delay:: .dbline -1 .dbline 15 ; #
www.eeworm.com/read/418293/10956309

c 11.c

#include /*GAE328.717 2500KN 开度 一路荷重-四位显示,传感器为meyle输入,MA输入*/ /* 按键声音提示 继电器输出 */ #define MAXDATA 9999 /*加减变量的最大数*/ #define VARNUMBER 7 /*预置变量个数*/ #define LED
www.eeworm.com/read/315172/13549553

asm temperature.asm

;---------------------------------- ; 温度检测实例 ;功能:从温度传感器DS18B20读写,然后将接收到的数据 ; 直接显示到两个数码管上 ;----------------------------------- ; 这是关于DS18B20的读写程序,数据脚P2.2,晶振11.0592m ...
www.eeworm.com/read/314650/13562769

plg haihai.plg

礦ision3 Build Log Project: C:\Documents and Settings\lenovo\桌面\光传感器控制灯\haihai.uv2 Project File Date: 05/04/2008 Output:
www.eeworm.com/read/310919/13640697

bak wl001_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0
www.eeworm.com/read/306014/13755057

c test_ds18b20.c

//--------------------------------------------------- // 文件名: Test_DS18B20.c // 创建日期: 080225 // 创建: Tim // 描述: 作用——测试温度传感器能否正常使用 // 现象——用八段数码管来显示温度,精确到小数点后3位 // 注意——精确延时的要求 //---------
www.eeworm.com/read/257753/11913656

h 18b20.h

#ifndef _18B20_H__ #define _18B20_H__ sbit DQ=P1^0; uint data t=0; //读出的温度数据 uchar neg=0; //零下温度标志 uchar data tmpr[]="Tmpr: . C"; /*******************传感器18B20函数声明*************