代码搜索:KeyScan

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

代码结果 2,231
www.eeworm.com/read/176736/9485594

cpp tmrisr.cpp

#include #include #include "tmrisr.h" #include "keyscan.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif unsigned int Timer10sCnt=0;
www.eeworm.com/read/25809/950397

c gpio_test.c

/************ ****利用按键输入来控制对应的LED灯,演示LE1的GPIO功能 ************/ #include "gpio_def.h" void main(void) { gpio_init(); while(1) { ledlight(keyscan()); } }
www.eeworm.com/read/236716/14001704

c 111.c

#include"bit.h" //#include"lcd1.h" #include"SPCE061A.h" #include"sp.h" void keyscan(); /*------------------延时子程序-----------------------------*/ void delay(unsigned int t) { unsigned int i
www.eeworm.com/read/373470/9454595

c prict111.c

#include #include #include #include #include #include #include /*******************************************
www.eeworm.com/read/9643/174979

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/19160/818238

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/19176/822582

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/40534/917449

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/25071/943135

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/26219/955847

c jianpan.c

#include #define KEYBOARD_PORT P1 //定义键盘接口 unsigned char KeyScan ( void ); void KeyBoardProcess ( unsigned char keyValue ); /**************************定时器0初始化程序************************/