代码搜索:红外传输
找到约 6,151 项符合「红外传输」的源代码
代码结果 6,151
www.eeworm.com/read/257208/11944312
c 红外发送.c
#include
//发送规则:0的时候发 1时停 先发9+4.5ms的开止码 每次发送的32二进制码可分成两部分,
//其中前16位是遥控器辨识码(这里是01010101),主要用于区别不同遥控器,后16位是操作码。
#define dd DC07=1
#define fa PC07=1
www.eeworm.com/read/224291/14597522
lst 红外遥控.lst
C51 COMPILER V7.50 红外_?_ 05/30/2007 22:58:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 红外_?_
OBJECT MODULE PLACED IN 红外遥控
www.eeworm.com/read/224291/14597543
c 红外检测.c
#include
#define uchar unsigned char
#define uint unsigned int
uint RH_CODE;//定义接收码高位
uint RL_CODE;//定义接收码低位
bit RE_SUS; //定义接收标志位 1 表示接收成功
char code disp[]={0xa0,0xbb,0x62,0x2a
www.eeworm.com/read/224291/14597545
c 红外遥控.c
//红外遥控器软件解码原理及程序
//红外一开始发送一段13.5ms的引导码,引导码由9ms的高电平和4.5ms的低电平组成,跟着引导码是系统码//,系统反码,按键码,按键反码,如果按着键不放,则遥控器则发送一段重复码,重复码由9ms的高电平,//2.25ms的低电平,跟着是一个短脉冲,本程序经过试用,能解大部分遥控器的编码!
#include ...
www.eeworm.com/read/216728/14994333
mht 红外遥控.mht
From:
Subject: =?gb2312?B?uuzN4tKjv9g=?=
Date: Fri, 8 Jun 2007 09:55:22 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary
www.eeworm.com/read/212091/15166042
pdf 红外解码.pdf
www.eeworm.com/read/207360/15274551
c 红外编码.c
#include
bit OP;
unsigned count;
unsigned endcount;
unsigned char flag;
char iraddr1;
char iraddr2;
void sendirdata(char p_irdata);
void delay(void);
main()
{int
www.eeworm.com/read/207360/15274553
obj 红外编码.obj
www.eeworm.com/read/207360/15274554
opt 红外编码.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {