代码搜索:Remote
找到约 10,000 项符合「Remote」的源代码
代码结果 10,000
www.eeworm.com/read/299865/7827820
asm remote.asm
REMOTEIN BIT P3.2 ;遥控输入
ir_code data 40H ;操作码
ir_code_R data 41h ;操作码反码
ir_ID_code data 42h ;用户码
ir_id_code_r data 43h ;操作反码
IR_ADDR DATA 44H
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
www.eeworm.com/read/399257/7877364
obj remote.obj
www.eeworm.com/read/399257/7877379
hex remote.hex
:0300000002007388
:0C007300787FE4F6D8FD758107020000DC
:1000000030B2030200007E0A7FCA0000DFFCB2B5F6
:1000100020B245DEF330B2FD7FF5000000000000A5
:1000200000DFF730B22F7FF500000000000000DF96
:10003000
www.eeworm.com/read/399257/7877383
lst remote.lst
A51 MACRO ASSEMBLER REMOTE 11/17/2006 11:08:36 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN remote.OBJ
ASSEMBLER I
www.eeworm.com/read/399257/7877395
asm remote.asm
ORG 0000H
AJMP MAIN;转入主程序
ORG 0003H ;外部中断P3.2脚INT0入口地址
AJMP INT ;转入外部中断服务子程序(解码程序)
;以下为主程序进行CPU中断方式设置
MAIN:SETB EA ;打开CPU总中断请求
SETB IT0 ;设定INT0的触发方式为脉冲负边沿触发
SETB EX0 ;打开INT0中断请求
;以下对单片机的所有
www.eeworm.com/read/399257/7877399
plg remote.plg
礦ision2 Build Log
Project:
G:\51kaifa单片机\ELITE3\ELIT-III定稿文件\测试程序\遥控\remote.uv2
Project File Date: 11/08/2006
Output:
www.eeworm.com/read/399257/7877403
opt remote.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 {
www.eeworm.com/read/434254/7879243
c remote.c
/*********************************************************************/
// remote.c
// 学习型遥控器
// 使用keil c51 2004.10.12
/****
www.eeworm.com/read/299072/7890379
c remote.c
//#include "main.h"
//#include "remote.h"
//#include "key.h"
#include "include.h"
const uint PULSE_SHORT_MIN=PULSE_SHORT_MIN_TIME/8/4; //1。8ms
const uint PULSE_SHORT_MAX=PULSE_SHORT_MAX_TIME/8
www.eeworm.com/read/398107/8004980