代码搜索:Remote
找到约 10,000 项符合「Remote」的源代码
代码结果 10,000
www.eeworm.com/read/409877/11308581
asm remote.asm
;----------------------------------
; 单片机无线遥控实例
; 功能:通过无线遥控实现对继电器的控制
;-----------------------------------
ORG 0000H
LJMP START
START:
MOV SP,#50H
www.eeworm.com/read/409877/11308582
plg remote.plg
礦ision2 Build Log
Project:
E:\单片机\程序\单片机子程序\程序\CHAPTER5\53\remote.uv2
Project File Date: 02/05/2009
Output:
www.eeworm.com/read/409877/11308583
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/407646/11412837
dwg remote.dwg
www.eeworm.com/read/262196/11601628
reg remote.reg
;遥控
Remote_Address_Start equ 20h
Status_1 equ Remote_Address_Start
Time_Int_Count equ Remote_Address_Start+1
Remote_Bit_Count equ Remote_Address_Start+2
Remote_Cmd_Code1 equ
www.eeworm.com/read/260240/11738140
asm remote.asm
;************************************************************************
; PT2222 START
; SEND REMOTE CODE
.IF 0
REMOTE_SEND_HEARD_CODE proc
.ENDIF
REMOTE_SEND_HEARD_CODE:
;************
www.eeworm.com/read/346227/11759923
sch remote.sch
www.eeworm.com/read/156614/11787915
h remote.h
extern int remote_desc, remote_timeout;
extern void remote_reset(void);
extern void remote_continue(void);
extern int remote_write_bytes(unsigned long, char *, int);
www.eeworm.com/read/156614/11787935
c remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
www.eeworm.com/read/345353/11818445