代码搜索结果
找到约 10,000 项符合
3 的代码
3.lst
页 1
01-29-03
test3
0 7 8
6 4 1
5 3 2
ir.#3
#include
#include "string.h"
#include "IR_Rx_Tx.h"
sbit samlpeData=P0^7;
char IRsampData[40];
char SampNo;
char SampNoData;
extern BOOL bAddrRecv;
extern unsigned
interrupt.#3
#include "C8051F330.H"
#include "IR_Rx_Tx.h"
//sbit samlpeData=P0^5;
extern unsigned char DataAvailByte;
extern int IR_Key;
extern char IRsampData[40];
extern char SampNo;
extern char SampN
initial.#3
#include "C8051F330.H"
#include "IR_Rx_Tx.h"
//-----------------------------------------------------------------------------
// Initialization Subroutines
//-----------------------------------
3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****