搜索资源列表
keycode
- 密码锁程序,可以设置四位密码,用数码管显示-the program of secret code
keycode
- wince的标准按键输入法,简洁实用,非常好-wince standard keys input method, simple and practical, very good!!!
keycode-uosii
- keycode for uosii. using with 4x4 or 8x8 matrix keyboard
DOCS
- DSP实验,键盘输入控制发光二极管点亮并在液晶显示器上显示相应键码值.-DSP test, keyboard input and control of light-emitting diode display on the LCD display the corresponding keycode.
KEY
- 键盘程序 出口:A,为键码值 占用:R0,R2,R4,R6,R7,2字节堆栈 此子程序没有键盘扫描功能,要实现键盘扫描,需要在主程序中循环调用-Keyboard program exit: A, for keycode occupation: R0, R2, R4, R6, R7, 2 bytes of stack not the keyboard scanning function of this subroutine to achieve the keyboard scanni
key-scanacode-output
- 矩阵键盘扫描并用I/O口并行输出相应编码-scan matrix keyboard ,and output keycode to I/O port
KeyBoard
- 键盘功能模块 函数名:KeyAction * 描 述:按键动作的实现函数,根据键码执行相应动作-#define _KEY_BOARD_C #include "config.h" #include "main.h" #include "KeyBoard.h" #include "UartCom.h" #include "PCF8591.h"if (buff[0] <= 9) { buff[0]+= 0 } else { buff[0]
KeyCode
- 该函数使用状态机制实现按键事件,-按键短按,长按,长按累加,不占用mcu资源,是一个很好参考代码。-Button processing function, to achieve a short press, long press, long press the accumulation, the use of state mechanisms, does not occupy MCU, can be a good reference.