代码搜索结果

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

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 * ; ****