搜索资源列表
20063161712468
- 序(约延时8ms)后再回到按键查询状态,不断循环;有按键时,LED动态显示子程序作为按键防抖延时被连续调用二次(约延时16ms),待按键处理程序执行完后,再回到按键查询状态,同时兼顾了按键扫描取值的准确性和LED动态显示的稳定性。秒定时采用定时器T0中断方式进行,60秒计数由定时-sequence (about 8ms delay) to come back button inquiries and continuously cycle
presskey
- 《多按键处理程序 》,适用于工控按键处理 -"multi-key handling procedures" applicable to industrial processing keys
单片机按键处理C程序
- 单片机简化的按键处理方法
KeyTrac
- 关于wince下的按键处理程序-weights on the keys handling procedures
wujianfeng
- 液晶屏显示程序,主要对各按键处理做了很好的处理,可随意改动各按键,通讯采用MODBUS ASCII 可以控制台达变频器的起停及速度控制-LCD display program, the main keys to deal with a very good, may be arbitrarily changed the keys, communications using MODBUS ASCII converter can consol
presskey
- 《多按键处理程序 》,适用于工控按键处理 -"multi-key handling procedures" applicable to industrial processing keys
anjiancheulichengxu
- 按键处理程序,很好用的哦-Key treatment procedures used by Oh well
key
- Avr-atmega64 按键扫描和按键处理程序-Avr-atmega64 button keypad scanning and processing
key
- 利用A/D口的按键处理程序,可以利用有限的键产生多种不同的键。使用KEILC环境,目标器件是C8051F206-The use of A/D port button process, can use the keys have a limited number of different keys. Use KEILC environment, the target device is C8051F206
Keypad
- 一个通用嵌入式产品按键处理程序,包含去抖,快进键,长按键,可方便的做成各种组合键。-A generic product keys embedded processing, including debounced, fast-forward button, long keys can be convenient to make various combinations of keys.
455
- c语言的按键处理,菜单实现的程序例子! -c language button handle, menu examples realize the procedure!
KeyPro
- 按键处理模块程序,结构清晰,严谨.可之间调用-Key processing module procedures, the structure of clear and rigorous. Can call between
AD_KEY
- 本资料为基于单片机的AD按键的程序。能用单IO口实现多按键处理,实现了短按,长按和组合键等功能。本程序的编译器为CVAVR,程序可移植性好,能轻易的移植到其他带ADC的单片机上去。-This information is based on single-chip AD button procedure. Can achieve single-IO I deal with many keys, according to achieve s
mdisp_key
- 自认为比较好的按键处理程序 在中断内检测,主程序中处理-disp_key
按键处理框架(短按,长按,连续按键)
- 单片机c语言按键扫面程序框架,有短按,连续按,长按1,长按2等功能。方便移植(key scan procedures fr a mework on C, there is a short press, continuous press, long press 1, long press 2, and other functions. Convenient transplantation)
按键程序(保存)
- 一个非常简单好用的按键处理程序,是学习用状态机实现按键处理的入门实例(A very simple and easy to use button handler, is to learn to use the state machine to achieve key examples of key handling)
新型的按键扫描程序
- 新型的按键扫描程序.rar 我非常坚信这种按键处理办法的便捷和高效,你可以移植到任何一种嵌入式处理器上面,因为C语言强大的可移植性。 同时,这里面用到了一些分层的思想,在单片机当中也是相当有用的,也是本文的另外一个重点。(I'm very confident that this button handling is easy and efficient, and you can transplant it to any embedd
按键处理办法
- 新型的按键扫描程序,这种按键处理办法的便捷和高效,你可以移植到任何一种嵌入式处理器上面,因为C语言强大的可移植性,你可以在MCS-51,AVR,PIC,甚至是ARM平台上面测试这个程序性能。(The new button scanning program, which is convenient and efficient, can be ported to any of the embedded processors. Because
程序框架 LED KEY
- 按键处理驱动,处理了 单按键,多按键,长按,短按,持续按等功能(Key processing driver, processing single button, multi button, long press, short press, continuous press and other functions)
多按键处理程序
- 本工程源码是针对多按键的,其采用的是事件驱动机制,能够实时的响应对应的按键,并且对移植也提供的便利。值得参考使用。