代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/406105/11449347
c main.c
#include
#include
#include
void thekey(void)interrupt 0
{
KeyScan();
}
void timer0(void)interrupt 1
{
speed(v);
run_step--;
if(alwaysgo==0)
if(run_step>0
www.eeworm.com/read/233361/14157045
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/207794/15262044
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/7756/132971
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/19103/811265
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/19160/818749
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/19176/823093
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/19211/825819
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/25215/845972
c key.c
#include //头文件
#include //头文件
int row; //定义行号
int tier; //定义列号
int KeyScan(); //子函数声明
void Delay();
void main() //主函数
{
int K
www.eeworm.com/read/40534/917960
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