代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/28911/1012835
+
/*-----------------------------------------------
名称:外部中断1
内容:通过中断接口P3.3连接的独立按键测试,按一次P1口的LED灯反向,
作用效果和中断0相同
------------------------------------------------*/
#include //包含头文
www.eeworm.com/read/30649/1017124
asm keyline.asm
;说明使用到的外部变量
EXTRN DATA(KEYSTATE)
;定义全局函数KEY(),按键识别函数
PUBLIC KEY
KEYRAM SEGMENT DATA
KEYP SEGMENT CODE
RSEG KEYRAM
LAST: DS 1
RSEG KEYP
KEY: MOV P1, #0FH ; 输出0000列和1111行
MOV A
www.eeworm.com/read/37281/1071121
pbd text.pbd
This is an internal working file generated by the Source Browser.
16:02 29s
C:\Documents and Settings\Administrator\桌面\tmp\MSP430\mini msp430 doc\本人子编程序\实验6_阵列式按键键码读取\程序文件\Debug\Obj\main.pbi
www.eeworm.com/read/39773/1136059
vhd add_pcw.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity add_pcw is
port(clr,clk:in std_logic;
pcw:in std_logic_vector(7 downto 0);--控制相位字,每次按键下降沿,相位字自加1
da
www.eeworm.com/read/478601/1349884
c main.c
// 基于《Stellaris外设驱动库》的例程:按键控制LED
// 包含必要的头文件
#include "LED.H"
#include "KEY.H"
#include
#include
#include
#include
#include
www.eeworm.com/read/459256/1571300
asm keyline.asm
;说明使用到的外部变量
EXTRN DATA(KEYSTATE)
;定义全局函数KEY(),按键识别函数
PUBLIC KEY
KEYRAM SEGMENT DATA
KEYP SEGMENT CODE
RSEG KEYRAM
LAST: DS 1
RSEG KEYP
KEY: MOV P1, #0FH ; 输出0000列和1111行
MOV A
www.eeworm.com/read/197744/5092096
txt 飞翔理科ii.txt
//定义按键
#define LINE_LENTH 26
#define CHAR_HEIGHT 13
#define UP_KEY 20
#define DOWN_KEY 21
#define LEFT_KEY 23
#define RIGHT_KEY 22
#define PGUP_KEY 19
#define PGDN_KEY 14
#define ENTER_KEY
www.eeworm.com/read/310846/3689570
asm keyline.asm
;说明使用到的外部变量
EXTRN DATA(KEYSTATE)
;定义全局函数KEY(),按键识别函数
PUBLIC KEY
KEYRAM SEGMENT DATA
KEYP SEGMENT CODE
RSEG KEYRAM
LAST: DS 1
RSEG KEYP
KEY: MOV P1, #0FH ; 输出0000列和1111行
MOV A
www.eeworm.com/read/425805/2002874
c comm_drive.c
/* IAL输入引擎底层驱动。
本驱动程序是用于MagicARM2200实验箱,采用16个按键和触摸屏输入。
*/
#include "common.h"
#include "minigui.h"
#include "ucos_ii.h"
typedef unsigned char uint8;
typedef unsigned
www.eeworm.com/read/394998/2451233
c main.c
// 基于《Stellaris外设驱动库》的例程:按键控制LED
// 包含必要的头文件
#include "LED.H"
#include "KEY.H"
#include
#include
#include
#include
#include