代码搜索:KeyScan

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

代码结果 2,231
www.eeworm.com/read/282234/9111226

c keyscan.c

#include "def.h" #include "2410addr.h" #include "2410lib.h" #include "2410slib.h" #include "mmu.h" #include "uart.h" #include "timer.h" /******************************************************
www.eeworm.com/read/380958/9118845

c keyscan.c

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

c keyscan.c

/******************************************************************************/ // /******************************************************************************/ #include void
www.eeworm.com/read/379620/9191407

c keyscan.c

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

o keyscan.o

www.eeworm.com/read/379112/9207373

keyscan_led

www.eeworm.com/read/379112/9207377

opt keyscan.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/377467/9275524

h keyscan.h

U8 KeyScan(void); U8 WaitKey(void);
www.eeworm.com/read/377467/9275534

c keyscan.c

//#include "gui.h" unsigned char KeyScan(void) { unsigned char Key; unsigned char i; for(i = 0; i < 100; i++){ //GUI_Delay(10); SIM_Delay(5); Key= GUI
www.eeworm.com/read/376955/9299613

c keyscan.c

/************************************************************** Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440addr.