文件名称:key_driver
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
键盘扫描程序,线翻转扫描法。
使用mege32
键盘为3×4的行列键盘
/*********************************************************
/ 线翻转法键盘扫描程序,只检测和处理单键,多键按下返回12
/ www.avrvi.com http://bbs.avrvi.com
/
/高三位列 p456,低四位行p0123
/键盘排列如下:
2 1 0
--------------
3| 1 2 3 |
2| 4 5 6 |
1| 7 8 9 |
0| * 0 # |
--------------
-Keyboard scanner, scanning line inversion. Mege32 use the keyboard for 3 × 4 /*************************************** the ranks of the keyboard line reversal method******************/ keyboard scanning procedures to detect and deal with only one-touch, multi-button press to return to 12/www.avrvi.com http:// bbs.avrvi.com// homoharringtonine top p456, line 4 low p0123/keyboard arranged as follows: 2 1 0 3 | 1 2 3 | 2 | 4 5 6 | 1 | 7 8 9 | 0 |* 0# |
使用mege32
键盘为3×4的行列键盘
/*********************************************************
/ 线翻转法键盘扫描程序,只检测和处理单键,多键按下返回12
/ www.avrvi.com http://bbs.avrvi.com
/
/高三位列 p456,低四位行p0123
/键盘排列如下:
2 1 0
--------------
3| 1 2 3 |
2| 4 5 6 |
1| 7 8 9 |
0| * 0 # |
--------------
-Keyboard scanner, scanning line inversion. Mege32 use the keyboard for 3 × 4 /*************************************** the ranks of the keyboard line reversal method******************/ keyboard scanning procedures to detect and deal with only one-touch, multi-button press to return to 12/www.avrvi.com http:// bbs.avrvi.com// homoharringtonine top p456, line 4 low p0123/keyboard arranged as follows: 2 1 0 3 | 1 2 3 | 2 | 4 5 6 | 1 | 7 8 9 | 0 |* 0# |
相关搜索: 键盘扫描程序
(系统自动生成,下载前可以参看下载内容)
下载文件列表
key_driver
..........\key_driver_单键处理.c
..........\key_driver_单键处理.c