搜索资源列表
ZLG72899(INT)
- 本程序采用了中断法访问ZLG7289芯片,内容包括一个完整的程序,经调试运行无误,对于想用这个芯片来作你的键盘扫描非常不错。-the adoption of the law interrupted visit ZLG7289 chips, which include a complete set of procedures, commissioning, operation and truthful, want to use this chip for scanning your keyboar
Kb_sniff
- 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
key4x4.PIC单片机上4X4键盘中断方式实现键盘扫描程序
- PIC单片机上4X4键盘中断方式实现键盘扫描程序,C语言源代码,4X4 Single-chip PIC keyboard interrupt the way the keyboard scanner, C-language source code
keyinterrupt
- msp430 中断方式4*4矩阵键盘扫描 结果有led显示-msp430 interrupt 4* 4 matrix keyboard scanning results led display
keyscaner
- 自己设计的矩阵键盘扫描程序,实现5X4键盘扫描,带有去抖和中断功能。-Their own design matrix keyboard scanner, to achieve 5X4 keypad scanning, to shaking and interrupt functions with.
22
- 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
PS2Key
- 用单片机控制键盘的程序,利用中断获得键盘扫描码并转换为ASCII码,在1602液晶上显示字符。C语言编写,KEIL环境下编译,键盘驱动写得相当好。-Single-chip microcomputer to control the keyboard with the procedure, the use of interrupted access to the keyboard scan code and converted to ASCII code, in the 1602 character
alarm
- 十六路无线报警器 源代码,有很复杂的功能 如LCD显示时间,状态,键盘扫描,红外线控制中断等等 本源码对于有单片机编程基础的很有用处 比如你单片机有一定的基础了,想做一个简单的系统试试,那下载这个参考是再合适不过了 这个相当于一个小的系统-16 Wireless Road, alarm source code, there are very complicated functions such as LCD display time, status, keyboard sca
C51_calculator_program
- 计算器C51程序 单片机小制作时写的一些小程序,在最小系统上运行成功,采用的是中断键盘扫描.-C51 single-chip calculator program written in a small production at a number of small procedures, the minimum system to run successfully, used to scan the keyboard interrupt.
33
- 键盘扫描有中断方式和查询方式 键盘子程序(AVR) -There is disruption of the keyboard scan mode and query mode Subroutine keyboard (AVR)
Touch_Program
- 单片机驱动触摸屏,并在串口打印出触摸点的坐标。本代码另外还包括:中断键盘扫描,和触摸点的算法程序。-Single-chip-driven touch screen, and print out the serial touch-point coordinates. In addition, the code include: interruption of the keyboard scan and touch-point program of the algorithm.
lesson10
- 一个在定时器中断中使用键盘扫描的小程序:-keyboard scan
Stm32.Share
- STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
zhongduanjianpan
- 这是个中断键盘扫描程序,C语言编写,可以在KEIL C用。-This is the keyboard interrupt scanner, C language, can be used in the KEIL C.
interrupt-key
- 中断键盘扫描程序 适合新手 欢迎批评指正-Interrupt keyboard scanner suitable for novices welcome criticism
jianpanzhongduansaomiao
- msp430中断键盘扫描,经调试可以使用-msp430 interrupt keyboard scan can be used by the debugger
KBI_C
- 按下键盘按键,串口发送对应的键值 键盘中断,键盘扫描,键值识别,键值转换 -Press the keyboard keys, serial port to send the corresponding key Keyboard interrupt, keyboard scanning, identification keys, key conversion
中断法键盘扫描c程序
- 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
05.TOUCH触摸键盘检测(中断方式)
- 通过触摸按键芯片单片机对触摸按键的状态进行扫描。以便后续对其状态进行判断(The touch key chip is used to scan the status of the touch key. In order to judge its status later)