代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/212416/15156371
asm key.asm
//========================================================================================
// Progarm: The head file for key.asm in assembly view
// Arranged by: Andy Hsu
// Modified by Arthur Shie
www.eeworm.com/read/212416/15156480
asm key.asm
//========================================================================================
// Progarm: The head file for key.asm in assembly view
// Arranged by: Andy Hsu
// Modified by Arthur Shie
www.eeworm.com/read/142822/12916355
asm kbscan.asm
;FILE:KEYSCAN.ASM
;
;
; contains the key scanning algorithm for the keyboard scan matrix
;
;REVISION HISTORY
;
;8/13/98
; changed sense of usb connect bit in port 3
;=========================
www.eeworm.com/read/326099/13166172
asm kbscan.asm
;FILE:KEYSCAN.ASM
;
;
; contains the key scanning algorithm for the keyboard scan matrix
;
;REVISION HISTORY
;
;8/13/98
; changed sense of usb connect bit in port 3
;=========================
www.eeworm.com/read/25979/952857
h 44key.h
#ifndef __44KEY_H_
#define __44KEY_H_
extern unsigned char key;
extern unsigned char KeyScan(void);
extern unsigned char KeyFree(void);
#endif
www.eeworm.com/read/295410/8166080
c 4×4keyboard.c
/****************************************************************
*行列4*4键盘驱动程序
*作者:Eqianli studio
*日期:2006/12/1
*说明:main()主函数,delay()延时,keyscan()键盘扫描,PinLamp()点灯
*******************************
www.eeworm.com/read/25993/952979
+
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/25993/952984
+
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/34129/1039224
c 主机源程序.c
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/34129/1039241
c 从机源程序.c
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te