文件名称:InterruptKeyboard
介绍说明--下载内容均来自于网络,请自行研究使用
在这个实例中,模拟了按键唤醒功能。单片机通常在空闲的时候处于休眠状态,直到用户通过按键操作它时,才醒过来全速运行。另外此例讨论了编写键盘程序时的另一个重要问题:去抖动。
//硬件环境:ATmeg48 单片机,CPU时钟1MHz
//软件环境:ICC AVR6.3以上-In this case, the simulation of the wake-up function keys. Single-chip idle time usually dormant until the user through the key operation of it, only to wake up to run at full speed. Also discussed in this case, the keyboard program to prepare another important issue: to jitter.// Hardware environment: ATmeg48 single-chip, CPU clock 1MHz// Software Environment: ICC AVR6.3 more than
//硬件环境:ATmeg48 单片机,CPU时钟1MHz
//软件环境:ICC AVR6.3以上-In this case, the simulation of the wake-up function keys. Single-chip idle time usually dormant until the user through the key operation of it, only to wake up to run at full speed. Also discussed in this case, the keyboard program to prepare another important issue: to jitter.// Hardware environment: ATmeg48 single-chip, CPU clock 1MHz// Software Environment: ICC AVR6.3 more than
相关搜索: ICC
(系统自动生成,下载前可以参看下载内容)
下载文件列表
中断唤醒的键盘扫描 源程序 加入抗抖动
.....................................\delay.h
.....................................\keyboard_int.c
.....................................\keyboard_int.dp2
.....................................\keyboard_int.lis
.....................................\keyboard_int.o
.....................................\keyboard_int.s
.....................................\led_dis.h
.....................................\中断唤醒的键盘扫描.hex
.....................................\中断唤醒的键盘扫描.prj
.....................................\说明.txt
.....................................\delay.h
.....................................\keyboard_int.c
.....................................\keyboard_int.dp2
.....................................\keyboard_int.lis
.....................................\keyboard_int.o
.....................................\keyboard_int.s
.....................................\led_dis.h
.....................................\中断唤醒的键盘扫描.hex
.....................................\中断唤醒的键盘扫描.prj
.....................................\说明.txt