代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/258615/4353445
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 2002
www.eeworm.com/read/257728/4361265
c getkey.c
/***********************************************************************/
/* Copyright KEIL ELEKTRONIK GmbH 1993 */
/*************************************************
www.eeworm.com/read/256086/4370785
h getkey.h
#ident "$Id: getkey.h,v 1.5 2005/01/21 01:35:33 hpa Exp $"
/* ----------------------------------------------------------------------- *
*
* Copyright 2004 H. Peter Anvin - All Rights Reserved
www.eeworm.com/read/253727/4392471
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 2002
www.eeworm.com/read/155856/5618502
c getkey.c
/***********************************************************************/
/* This file is part of the C51 Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1993 - 2002
www.eeworm.com/read/155856/5618636
c getkey.c
/***********************************************************************/
/* Copyright KEIL ELEKTRONIK GmbH 1993 */
/*************************************************
www.eeworm.com/read/154022/5643492
c getkey.c
#ifndef _CHIPSOURCE_DEFINE
#include "CHIPSOURCE.c"
#endif
BYTE GetKey(void);
BYTE GetKey(void)
{
data BYTE key;
while(KeyCode==0) {KEY_ROW0=0;KEY_ROW1=0;}
key=KeyCode;
KeyCode=0;
www.eeworm.com/read/474378/6808555
lst getkey.lst
C51 COMPILER V8.02 GETKEY 12/08/2008 23:20:59 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE GETKEY
OBJECT MODULE PLACED IN
www.eeworm.com/read/474378/6808557
c getkey.c
#include
unsigned char col[4]={0xef,0xdf,0xbf,0x7f};
unsigned char row[4]={0x07,0x0b,0x0d,0x0e};
#define uint unsigned int
#define uchar unsigned char
void delaynms(uint n)
{