代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/350246/10753561
vwf keyscan.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/350246/10753655
dbp keyscan.dbp
www.eeworm.com/read/350246/10753660
hif keyscan.hif
Version 7.0 Build 33 02/05/2007 SJ Full Version
35
1915
OFF
OFF
OFF
OFF
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
--
www.eeworm.com/read/350246/10753678
bsf keyscan.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/419700/10842379
h keyscan.h
#ifndef _keyscan_H__
#define __keyscan_H__
uchar keyscan() //键盘扫描
{
P1=0xfe;
temp=P1;
temp=temp&0xf0;
while(temp!=0xf0)
{
delay(20);
temp=P1;
temp=temp&0xf0;
wh
www.eeworm.com/read/419655/10848222
c keyscan.c
/**************************************************************
4*4 Key Scan
**************************************************************/
#include "def.h"
#include "option.h"
#include "2440a
www.eeworm.com/read/348850/10863718
obj keyscan.obj
www.eeworm.com/read/348850/10863725
lst keyscan.lst
C51 COMPILER V7.50 KEYSCAN 05/31/2008 19:14:40 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYSCAN
OBJECT MODULE PLACED IN