代码搜索:KeyScan

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

代码结果 2,231
www.eeworm.com/read/26219/955741

c 按键扫描程序.c

//********键盘扫描**********8 sbit System=p1.0; sbit TimeUp=p1.1; sbit TimeDown=p1.2; sbit Exit=p1.3; //*******按键扫描程序**** void keyscan() { if(System ==0) { delay5ms(); if(System==0) {
www.eeworm.com/read/26301/957320

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/473050/1402057

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/469074/1482380

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/459957/1564751

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/425852/2000882

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/387766/2556258

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/378825/2680839

h includes.h

#ifndef __INCLUDES_H__ #define __INCLUDES_H__ #include #include "LCD12864.h" #include "LCDShowMap.h" #include "GameGraph.h" #include "KeyScan.h" #include "KeyProcess.h" #en
www.eeworm.com/read/161154/10443326

c dm642_key.c

#include "msp430x12x.h" #include "KeyDefine.h" short Error_Flag = 1; unsigned int KeyHex=0; void Set_For_Press(void); void Debounce(void); void KeyScan(void); short KeyLookup(void); void W
www.eeworm.com/read/300915/6943091

sdi key.sdi

,,,KEYBUF EQU 30H ,,, ORG 0 0000,02 00 30,, LJMP START ,,, ORG 3 0003,02 00 6F,, LJMP KEYSCAN ,,, ORG 30H 0030,75 81 60,START,START: MO