代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

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) DaveTm { 0,0,0,0,0,0,0,

remote.c

/************************************/ /*杭州电子&计算机工作室 */ /*http://www.hificat.com */ /*无线收发模块测试程序 */ /*目标器件:AT89S51 */ /*晶振:11.0592MHZ */ /*编译环境:Keil 7.50A */ /***************

remote.hex

:030000000200B645 :0C00B600787FE4F6D8FD75812C0200FD77 :10017900E4FEEFA806088002C333D8FC30E704D2B6 :10018900978002C297D295C2950EBE08E5D296C253 :0101990096CF :01019A002242 :0F01EA00AE05AD077580FFA

remote.h

#ifndef REMOTE_H #define REMOTE_H #include #include "common.h" #include "connection.h" class EXPORT Remote { public: Remote(); virtual ~Remote(); public: virtua

remote.cpp

#include "remote.h" Remote::Remote() { _conn= NULL; } Remote::~Remote() { }

remote.h

#include #define uchar unsigned char #define uint unsigned int //#define KINDADDR 0x0000 //#define DEVICEBASE 0x0080 /*使用89C554RC芯片,地址分配为程序使用0x0000-0x5FFF,参数文件使用0x6000-0x6FFF*/

remote.c

#include "reg51.h" #include "remote.h" #include "common.h" bit ir_enable; uchar ir_data; uchar idata ir_data1; uint ir_system_code; uchar ir_data_code; void _nop_(void); bit Fil

remote.h

#define EMULATER_XCLK //16MHz,机器周期0.75us #ifdef EMULATER_XCLK #define IR_HEAD 12000 //12000x0.75=9ms #define OFF_CODE 6000 #define OFF_REP 3000 #define REP_CODE