代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/323731/3509575
h key.h
#ifndef __KEY_h__
#define __KEY_h__
// write your header here
extern void Key_Initial(void);
extern void KeyScan_Service(void);
extern unsigned char Key_Get(void);
#endif
www.eeworm.com/read/425852/2000684
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "SMC1602.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#include "Introduce.h"
#endif
www.eeworm.com/read/422435/2037245
h key.h
#ifndef __KEY_h__
#define __KEY_h__
// write your header here
extern void Key_Initial(void);
extern void KeyScan_Service(void);
extern unsigned char Key_Get(void);
#endif
www.eeworm.com/read/378825/2680641
h includes.h
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include
#include "SMC1602.h"
#include "KeyScan.h"
#include "KeyProcess.h"
#include "Introduce.h"
#endif
www.eeworm.com/read/137765/13299788
asm ta9257.asm
org 0h
jmp start
org 0bh
jmp keyscan
start:
mov sp,#70h
mov p2,#00h
mov a,#00101000b
call writecom
mov a,#00
www.eeworm.com/read/25979/952859
c 44key.c
#include "reg52.h"
unsigned char key;
static unsigned int j;
static void mDelay(j)
{
unsigned int i;
for(;j>0;j--)
{
for(i=124;i>0;i--)
{;}
}
}
unsigned char KeyScan(vo
www.eeworm.com/read/29070/1014841
freescale
#ifndef __key_H
#define __key_H
/* Including needed modules to compile this module/procedure */
#include "key_line.h"
#include "KBI1.h"
extern unsigned char key_number;
void keyscan(voi
www.eeworm.com/read/184546/9094969
c 8bits_pra_ioa0_7.c
/*********************************************************************************************************
功能:8位并口键盘控制程序,用于IOA低8位
外部函数:void KeyScan(),用于扫描有没有键按下;KeyFlag用于判断键按下,uint ReturnKeyValue()用
www.eeworm.com/read/184545/9095007
c key.c
/*********************************************************************************************************
功能:8位并口键盘控制程序,用于IOA低8位
外部函数:void KeyScan(),用于扫描有没有键按下;KeyFlag用于判断键按下,uint ReturnKeyValue()用
www.eeworm.com/read/184543/9095051
c 8bits_pra_ioa0_7.c
/*********************************************************************************************************
功能:8位并口键盘控制程序,用于IOA低8位
外部函数:void KeyScan(),用于扫描有没有键按下;KeyFlag用于判断键按下,uint ReturnKeyValue()用