代码搜索:KeyScan

找到约 2,231 项符合「KeyScan」的源代码

代码结果 2,231
www.eeworm.com/read/492677/6418496

h keyscan.h

#define keyscan_h #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif uchar num; unsigned char key_scan( ); //得到键值
www.eeworm.com/read/490634/6450314

h keyscan.h

#define uchar unsigned char #define uint unsigned int //uchar num; uchar temp1; uchar num=0xff; uchar key_scan( ) { num=0; P2=0xfe; temp1=P2; temp1=temp1&0xf0;
www.eeworm.com/read/490651/6450617

c keyscan.c

#include #include #define uchar unsigned char #define uint unsigned int sbit key0=P1^0; sbit key1=P1^1; sbit key2=P1^2; sbit key3=P1^3; sbit lamp=P2^5; uchar con=0x00;
www.eeworm.com/read/490651/6450618

obj keyscan.obj

www.eeworm.com/read/490651/6450621

lst keyscan.lst

C51 COMPILER V8.02 KEYSCAN 05/04/2002 11:07:14 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE KEYSCAN OBJECT MODULE PLACED IN
www.eeworm.com/read/490651/6450629

h keyscan.h

#define uchar unsigned char #define uint unsigned int sbit key0=P0^0; sbit key1=P0^1; sbit key2=P0^2; void DelayM(uint a); void setup12887(uchar *p); uchar *timedata; uchar con=0x00,con
www.eeworm.com/read/490491/6456938

c keyscan.c

/************************************************************** 4*4 Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440a
www.eeworm.com/read/490100/6458291

h keyscan.h

#ifndef __IIC_H__ #define __IIC_H__ void KeyScan_Test(void); void Key_ISR(void); void Key_Scan(void); #endif
www.eeworm.com/read/490100/6458306

c keyscan.c

/************************************************************** 4 Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440add
www.eeworm.com/read/490100/6458331

o keyscan.o