搜索资源列表
displayHZ
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
mcucontrolkeyboard
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
2222
- 名称:矩阵键盘扫描程序 功能:实现矩阵件盘的扫描读取键值 扩展容易,使用方便,容易移植
44key
- 4*4矩阵键盘 键值读取51 汇编程序 -4* 4 matrix keyboard keys to read 51 assembler
key44
- VHDL描述4*4标准矩阵键盘扫描读取并点亮对应的LED灯,试验已经通过。可能还差一些按键的防抖,但不影响整体测试-VHDL descr iption of the standard 4* 4 matrix keyboard scan read and the corresponding LED lights lit the pilot had been adopted. Stabilization may be even worse some of the buttons, it does n
ATmega128-KEYBOARD
- 单片机矩阵键盘模块,具有良好的独立性。键盘模式4*4,线翻转法完成键盘读取。-SCM matrix keyboard module, a good independence. Mode 4* 4 keyboard, the keyboard lines to complete read the flip method.
test_42(NEW)
- verilog矩阵键盘扫描程序,编写简单易懂,4X4矩阵键盘读取,比通常的编写更加简单-verilog matrix keyboard scanner, writing easy to understand, 4X4 matrix keyboard to read, write more than the usual simple
KEY4x4
- 51单片机系列的矩阵键盘程序,采用读取行号,列号简化程序,消抖程序也比较实用,移植性比较好-51 matrix keyboard microcontroller family program, using read line number, column number to simplify procedures, eliminate shaking procedure is also more practical, better portability
anjian
- 51单片机控制的矩阵键盘按键程序,可以读取键值的-51 single-chip microcomputer control of matrix keyboard key program, can read the key values
C1101
- 基于C1101的应用举例,矩阵键盘的读取,LCD显示-For example, the reading of the matrix keyboard, LCD display based on the application of C1101
jianpan
- 基于430单片机的4*4矩阵键盘扫描与读取程序。-430 microcontroller-based keyboard scan and read program.
shenyanghuagong
- 通过单片机的P1口读取矩阵键盘信息,通过单片机处理显示在共阴极数码管上。当输入大于6位实现移位。密码正确指示灯亮-P1 port of the microcontroller reads the matrix keyboard, displayed in a common cathode nixie tube through the single-chip processing. Shift when the input is greater than 6. The password is co
16key-scan
- 51单片机,通过扫描法读取4*4矩阵键盘的键值-51 MCU 4* 4 matrix keyboard keys read by scanning method
Key
- 按键是单片机系统最常用的输入设备之一;几乎是只要需要交互输入,就必须有键盘。这篇博客实现了一个通用的键盘程序,只要提供一个读取键值的函数(底层键值),程序将完成消抖、存入队列等一些列处理。同时本程序提供最常用的4*4矩阵键盘的程序,和4个按键的程序。 -The key is, one of the the SCM system most commonly used input device almost as long as the need for interactive input,
IOjian
- 实现4*4矩阵键盘的控制程序。消除抖动,读取键值等处理能力。-failed to translate
44-matrix-keyboard-scanning
- 单片机4×4矩阵键盘扫描程序,可读取键值-44 matrix keyboard scanning
key
- 4*4矩阵键盘识别矩阵键盘读取毕业设计应用-4* 4 matrix keyboard matrix keyboard recognition application to read Graduation
矩阵键盘控制lcd1602显示
- 此工程包含LCD初始化函数、写命令和数据函数、显示位置控制函数,此外还有矩阵键盘扫描函数,读取到按键值在LCD1602中显示按键值。
单片机读取矩阵键盘并在4LED上显示按键值
- 单片机读取矩阵键盘并在4段数码管上显示按键值(SCM read matrix keyboard, and display button value in the 4 section of the digital)
基于stm32f103的矩阵键盘
- 单片机通过SPI串行通讯,读取现场模拟量,并进行相应转换(The single chip computer reads the field simulation by SPI serial communication and makes the corresponding conversion.)