代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.__i
"remote.c" BROWSE DEBUG OBJECTEXTEND
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 {
remote.c
#include
#define uchar unsigned char
sbit check=P2^2;
sbit beep=P2^1;
uchar irdata[2],irtype,ircount;
uchar code table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xbf};
bit
remote.c
/*********************************************************************/
// remote.c
// 学习型遥控器
// 使用keil c51 2004.10.12
/****
remote.bsh
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
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
remote._h
#ifndef __remote_h
#define __remote_h
#define VER1
#define SLEEP() asm("sleep")
//------------------------------
#ifdef VER2
#define UP 0x20
#define DOWN 0x04
#define RIGHT 0x08
#
remote.lk
remote.o NokiaLCD.o
remote.h
#ifndef __remote_h
#define __remote_h
#define VER2
#define SLEEP() asm("sleep")
//------------------------------
#ifdef VER2
#define UP 0x20
#define DOWN 0x04
#define RIGHT 0x08
#
remote.lst
__text_start:
__start:
0171 E5CF LDI R28,0x5F
0172 E0D4 LDI R29,4
0173 BFCD OUT 0x3D,R28
0174 BFDE OUT 0x3E,R29
0175 52C0 SUBI R28,0x20
0176 40D