搜索资源列表
Keyboard
- 设计采用P3口作为扫描键盘接口,P1.0口作为输出,P1口低4位接4X4矩阵键盘的列,高4位接行。 CPU工作在查询方式下并开放中断,且将定时器T1设为最高优先级。当程序扫描到按键时调用延时防抖后再次扫描并判断键值,并转入相应的按键处理子程序,在子程序中向定时器装入初值并启动其工作,当定时器溢出时向CPU申请中断,CPU响应中断后转入中断子程序,输出预定频率的方波并送到音频放大模块进行放大输出。 -Design uses a scanning keyboard interface por
key
- 基于51单片的4*4矩阵键盘程序,使用外部中断判断触发条件-51 4* 4 matrix keyboard monolithic program, using an external interrupt judgment trigger conditions
good
- 适用于51单片机的 中断4×4矩阵键盘 带一个8段码动态显示输出-Is suitable for the 51 single-chip microcomputer interrupt is 4* 4 matrix keyboard Take a section 8 of code dynamic display output
imitate_time
- 模拟时钟功能。中断计时,数码管显示动态时间,矩阵键盘控制时间的修改。-Analog clock function. Interrupt timing, digital tube display dynamic time, matrix keyboard control time changes.
STM32key4x4Interrupt-Mode
- 基于STM32的矩阵键盘程序,采用中断方式书写,可以直接使用(STM32 matrix keyboard program)
外接矩阵按键
- 外接矩阵键盘,方便写主程序模块调用时,外部中断按键与矩阵键盘程序发生冲突时解决方案(Keyscan Keypro)
64-矩阵键盘中断扫描
- 64-矩阵键盘中断扫描(64- matrix keyboard interrupt scanning)
STM32矩阵键盘
- 使用中断方式i实现在STM32F103上的矩阵键盘。修改端口所有的需要修改的地方已用宏定义列出。方便修改(Use interrupt mode I to implement the matrix keyboard on STM32F103. All the modifications needed to modify the port are listed in the macro definition. Convenient modification)