代码搜索:红外传输
找到约 6,151 项符合「红外传输」的源代码
代码结果 6,151
www.eeworm.com/read/257208/11944316
c 红外接受.c
#include
#define dp GD02
//得PIND2的值 (INT0)
char k,buf[4];
void delay_0_5ms(void)
{
unsigned int i;
for(i=1;i
www.eeworm.com/read/340315/12166332
c 红外解码程序.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define leng(x) sizeof(x)
#include "lcd1602.h"
//定义多少分钟
#define parameter 1 //比如,这里是 1 ,则表示定时
www.eeworm.com/read/340315/12166362
c 红外解码程序.c
//C51红外解码程序
#include
#include
#define uchar unsigned char
#define uint unsigned int
#include "lcd1602.h"
//晶振用的是11.0592M的。
sbit p32=P3^2;
sbit p11=P1^1;
unsigned
www.eeworm.com/read/340315/12166377
obj 红外解码程序.obj
www.eeworm.com/read/340315/12166395
obj 红外解码程序.obj
www.eeworm.com/read/149710/12356013
c 红外源程序.c
/*遥控接收在此中断程序内完成
//遥控码放在ir_da[]中
/************************************/
/* Interrupt for IR subroutine */
/* external interrupt source INT0 */
/************************************/
//#inc
www.eeworm.com/read/228681/14369269
c 红外接收.c
#include"at89x51.h"
unsigned char code leddata[]={
0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,}; // "1,2,3,4,5,6,7,8,9"
int m=0;
void int1() interrupt 0 using 2
{
P0=led
www.eeworm.com/read/207363/15274539
bak 红外_opt.bak
### 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 {