代码搜索:Remote
找到约 10,000 项符合「Remote」的源代码
代码结果 10,000
www.eeworm.com/read/257487/11924791
c remote.c
/*********************************************************************/
//
// 学习型遥控器
//
/***********************************************
www.eeworm.com/read/254447/12135816
plg remote.plg
礦ision3 Build Log
Project:
D:\新建文件夹\REMOTE.uv2
Project File Date: 11/05/2007
Output:
Build target 'Target 1'
compiling REMOTE.C...
REMOTE.C(
www.eeworm.com/read/254447/12135828
lst remote.lst
C51 COMPILER V8.02 REMOTE 11/05/2007 01:29:16 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE REMOTE
OBJECT MODULE PLACED IN
www.eeworm.com/read/254447/12135836
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/254447/12135840
c remote.c
#include "at89x52.h"
#define NULL 0x00//数据无效
#define RESET 0X01//程序复位
#define REQUEST 0X02//请求信号
#define ACK 0x03//应答信号,在接收数据后发送ACK信号表示数据接收正确,
也位请求信号
www.eeworm.com/read/253316/12229610
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
;----------------
VOL_UP EQU 1FH
VOL_
www.eeworm.com/read/339483/12230867
bash remote.bash
#!/bin/bash
# remote.bash: Using ssh.
# This example by Michael Zick.
# Used with permission.
# Presumptions:
# ------------
# fd-2 isn't being captured ( '2>/dev/null' ).
# ssh/sshd presum