搜索资源列表
keyborad
- 一个8X8的矩阵键盘的VHDL文件,并且有长安键和短按键之分,即一共能做到128个键值,扫描用的时钟用1ms的就行了
displayHZ
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
mcucontrolkeyboard
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
1
- 4×4矩阵式键盘识别技术 (1.4×4矩阵键盘识别处理 (2.每个按键有它的行值和列值 ,行值和列值的组合就是识别这个按键的编码。矩阵的行线和列线分别通过两并行接口和CPU通信。每个按键的状态同样需变成数字量“0”和“1”,开关的一端(列线)通过电阻接VCC,而接地是通过程序输出数字“0”实现的。键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由
shumaguan
- CH451是一个整合了数码管显示驱动和键盘扫描控制以及P监控的多功能外围芯片。CH451内置RC振荡电路,可以直接动态驱动8位数码管或者64位LED, 具有BCD译码或不译码功能,可实现数据的左移、右移、左循环、右循环、各数字独立闪烁等控制功能。 CH451内置大电流驱动级, 段电流不小于30mA,字电流不小于160mA,并有16 级亮度控制功能;在键盘控制方面,该器件内置64键键盘控制器,可实现8×8矩阵键盘扫描,并内置去抖动电路,可提供按键中断与按键释放标志位等功能;在外部接口方面, CH4
keypad2
- 4*4矩阵键盘(行扫描法) (S51环境)-4* 4 matrix keyboard (line scanning) (S51 environment)
zhuhangsaomiao
- 单片机矩阵键盘的逐行扫描法,采用了消抖,初学单片机者适用。-MCU Matrix keyboard progressive scanning method, using extinction shake, beginners microcontroller be appropriate.
03_KEY
- msp430x14x控制4*4矩阵键盘扫描实验,最快速度采集,由行到列分别采集-msp430x14x control 4* 4 matrix keyboard scanning experiment, the fastest rate of acquisition, from the row to the column were collected
51SCMscanmtrixkeyboard
- 51 单片机的矩阵键盘扫描,可以指定使用任意行,该代码在keil 51 编译调试通过,51开发板上能实现-51 SCM scan matrix keyboard, you can specify the use of an arbitrary line, the code is compiled in debug keil 51 adopted, 51 development board can achieve
keyScan
- 4*4矩阵键盘换行扫描,本代码中带有,电路连接图,键盘键面说明图。-4* 4 matrix keyboard for line scanning, with this code, circuit connection diagram, briefly describe the map keyboard keys.
juzhenjianpanfanzhuanshaomiao
- stc 51单片机的矩阵键盘 逐行扫描法 c语言 例程-stc 51 MCU line by line scanning the matrix keyboard language routines c
keyscan
- 自己写的矩阵键盘扫描程序,是4行4列的关于单片机的非编码键盘,用KEIL C写的程序,可供单片机爱好者参考-Write your own matrix keyboard scanner, a 4-line 4 on the non-coding keyboard MCU, using KEIL C program written for enthusiasts refer to SCM
jianpan
- 键盘扫描,适合初学者使用,行扫描方法识别矩阵键盘-Keyboard scan, for beginners to use, the line scanning methods to identify matrix keyboard
jianpansaomiao
- 键盘扫描 矩阵键盘接口(反转法): 使用双向接口,行列交叉点连键,行列数接近。 行出低,检列码;列出低,检行码;键值等于行列码之和。-Keyboard scan matrix keyboard interface (inversion method): Use two-way interface, the ranks of the intersection with keys, the number of close ranks. Line out is low, check out
keyscan
- 单片机和矩阵键盘的应用,通过行和列的扫描,可以输入字符。-Keyboard microcontroller and the application of the matrix by row and column scan, you can enter characters.
11111juzhenjianpan
- 51单片机控制矩阵键盘,采用行扫描方式,将数字显示在数码管上-51 single-chip microcomputer control matrix keyboard, scanning the way, digital display in digital tubes
key
- 矩阵键盘扫描程序,通过行扫描和列扫描确定按键位置。-Matrix keyboard scanner,Key position determined by line scan and column scanning.
keyboard
- 将51单片机的P1口作为4*4矩阵键盘的4个行线,和四个列线,分别扫描 ,判断键值-4* 4 matrix keyboard four northbound and four columns of line 51 microcontroller port P1, respectively, scan, to judge key
key2
- 矩阵键盘,大家不要看矩阵键盘很容易,其实里面蕴含很多奥秘,大家要好好学习,认真看程序,矩阵键盘逐行扫描(Matrix keyboard, we do not look at the matrix keyboard is very easy, in fact, contains a lot of mystery, we must study hard, seriously look at the program, the matrix keyboard progressive scan)
62-矩阵键盘行列扫描
- 4X4的矩阵,行扫描矩阵,并使数码管随着产生数字,第几个按键按下数码管显示几(roe scannning the matrix, nixie light show the matrix'value.)