代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/483650/6599965
plg test.plg
礦ision3 Build Log
Project:
D:\开发板资料\00IC-51开发板资料\00IC-51开发板实例程序\按键中断\test.uv2
Project File Date: 05/01/2006
Output:
www.eeworm.com/read/483650/6599995
plg test.plg
礦ision3 Build Log
Project:
D:\开发板资料\00IC-51开发板资料\00IC-51开发板实例程序\按键查询\test.uv2
Project File Date: 05/01/2006
Output:
www.eeworm.com/read/406425/11442477
h global.h
#pragma pack(1)
//按键定义
#define KEY_AGC 0x0
#define KEY_AFC 0x1
#define KEY_SPEC 0x2
#define KEY_REM 0x3
#define KEY_IFBW 0x8
#define KEY_MODE 0x9
#define KEY_MEM 0xa
#define KEY_SCAN 0x
www.eeworm.com/read/401532/11556310
asm p31n-v1.1.2.asm
;**************************** 终端机修改条例 ************************************
;1:添加了YIDA标志,在收到正确应答后置1,消费数据发送后置0,靠卡前判断该标志如为0,则靠卡无效
;2:添加消费流水号
;3:添加靠卡后等待一分钟10秒后无按键自动取消
;4:增加靠卡自动关闭帐户
;***************
www.eeworm.com/read/400391/11577606
plg yk1602.plg
礦ision2 Build Log
Project:
D:\yanrs\资料\各种教程\液晶&按键源程序\液晶\lcd驱动源代码大全\液晶显示1602与遥控程序演示\yk1602.uv2
Project File Date: 10/30/2002
Output:
compiling
www.eeworm.com/read/348015/11617551
asm 门铃.asm
;***** 通过1*4按键的第3号键按下可听到门铃的声音
T5HZ EQU 30H
T7HZ EQU 31H
T05SA EQU 32H
T05SB EQU 33H
FLAG BIT 00H
STOP BIT 01H
SP1 BIT P1.0
ORG 0000
www.eeworm.com/read/261868/11617924
c ocmj15x20d.c
/*本程序实现金鹏电子的OCMJ15X20D液晶模块的驱动显示功能
模块的默认控制芯片为8080系列
*/
#include
#include
#include
#include //按键定义
/*LCM模块内部寄存器定义 */
#define WLCR 0x00
#defin
www.eeworm.com/read/261868/11617932
c main.c
#include
#include
#include //按键定义
#include
#define byte unsigned char
#define T1_Reload_CNT 0x98 //晶振为16MHz,1T模式下,SMOD=1,波特率为9600时,T1的自动装载值
www.eeworm.com/read/158208/11635786
txt s3c2410.txt
s3c2410板子上一个4键键盘驱动的代码
/*这段代码是一个用户模式下的DEMO,不是真正的驱动,它负责把按键的键值打印输出*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/342877/11994849
c tiao1zhushi.c
#include "m16io.h"
/*一共9个按键*/
#define TIME1 50-1 /*一毫秒脉宽是扰动,检测的信号脉宽必须大于一毫秒*/
#define TIME2 500-1
#define TIME3 12500-1
#define RUN 0x600
#define BACK 0x604
#defin