搜索资源列表
keyboard
- 非常好的一个键盘驱动的文档,详细,清晰.包括键盘从中断到扫描码的处理的过程(linux版本:2.4)
huibianyili
- 汇编程序从键盘输入一个字符,要求调用bios中断,并用八进制的形式显示其扫描码和ascii码-assembler input from the keyboard of a character, called bios interrupt request, and octal form indicating their scan code and code ascii
Keyboard
- 设计采用P3口作为扫描键盘接口,P1.0口作为输出,P1口低4位接4X4矩阵键盘的列,高4位接行。 CPU工作在查询方式下并开放中断,且将定时器T1设为最高优先级。当程序扫描到按键时调用延时防抖后再次扫描并判断键值,并转入相应的按键处理子程序,在子程序中向定时器装入初值并启动其工作,当定时器溢出时向CPU申请中断,CPU响应中断后转入中断子程序,输出预定频率的方波并送到音频放大模块进行放大输出。 -Design uses a scanning keyboard interface por
33
- 键盘扫描有中断方式和查询方式 键盘子程序(AVR) -There is disruption of the keyboard scan mode and query mode Subroutine keyboard (AVR)
4
- 中断扫描实现计算器程序,使用键盘时需要用到的(如果使用扫描方式的话)-Interruption of scanning process to achieve a calculator, use the keyboard when needed (if the use of scanning any)
c_dpjcx
- 定时中断处理函数,键盘扫描函数,数码管显示函数-Timer interrupt handler, keyboard scan function, LED display function
danpianji
- 初学者不能错过的c++源代码,有显示,中断,蜂鸣器,键盘扫描等基本元件的调用。-c++program code.
4x4key
- 44键盘 中断扫描 非常成熟 能非常灵活运用于各个项目中,特别是毕业或竞赛中-44 keyboard interrupt scan is very mature and very flexible used in various projects, especially graduate or contest
jianpanzhongduansaomiao
- msp430中断键盘扫描,经调试可以使用-msp430 interrupt keyboard scan can be used by the debugger
XIAOFANG
- 消防车报警源代码,有很复杂的功能 如LCD显示时间,状态,键盘扫描,红外线控制中断等等 本源码对于有单片机编程基础的很有用处 比如你单片机有一定的基础了,想做一个简单的系统试试,那下载这个参考是再合适不过了 这个相当于一个小的系统-Fire alarm source code, there is a very complex functions such as LCD display time, state, keyboard scanning, infrared control interru
4117
- 中断扫描实现计算器程序,使用键盘时需要用到的(如果使用扫描方式的话)-Interruption of scanning process to achieve a calculator, use the keyboard when needed (if the use of scanning any)
电机控制正反转
- 键盘处理上采用中断方式,不必使程序对键盘反复扫描,提高了程序的效率。(Keyboard processing using interrupt mode, don't have to make the program of keyboard scan repeatedly, improve the efficiency of the program.)
数码管计算器
- 使用键盘+数码管显示 来做一个计算器 使用中断来显示和扫描键盘(Use keyboard + digital display to make a calculator)
中断法键盘扫描c程序
- 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
64-矩阵键盘中断扫描
- 64-矩阵键盘中断扫描(64- matrix keyboard interrupt scanning)
05.TOUCH触摸键盘检测(中断方式)
- 通过触摸按键芯片单片机对触摸按键的状态进行扫描。以便后续对其状态进行判断(The touch key chip is used to scan the status of the touch key. In order to judge its status later)