Welcome![Sign In][Sign Up]
Location:
Search - key

Search list

[CSharpkey

Description: 该程序实现独立按键去控制 LED灯 的亮灭,并讲叙了对按键的处理方法。 独立按键相应的IO口平时为高电平,一旦按键按下,单片机便检测到低电平。-The program implements the independent button to control the LED lights off, and spoke of the right key approach. Independent buttons corresponding IO port usually is high, once the button is pressed, the microcontroller will detect low.
Platform: | Size: 14336 | Author: wenqiu | Hits:

[SCMKey-Status-Description

Description: * 1) 按键状态说明: * 按键采用查询方式判断,每检测一次将以前状态向左移动一位并记录最新检测状态。 * 按键状态只取低三位: * 000 - 没有检测到按键动作 * 001 - 第一次检测到按键动作 * 011 - 按键稳定闭合 * 111 - 按键持续闭合 * 110 - 第一次检测到按键释放 * 100 - 按键稳定释放 * 010 - 正脉冲抖动干扰,状态置为 000 * 101 - 负脉冲抖动干扰,状态置为 -* 1) Key Status Description:* keys using queries judgments, each will be tested once left a previous state and record the latest detection status.* Low-key status only take three:* 000- did not detect keystrokes to 001- first detected keystroke* 011-* 111 keys stable closure- Button continued closed* 110- first detected key released* 100- Button stable release* 010- positive pulse jitter interference, the state is set to 000* 101- Negative pulse jitter interference, the state is set to 111
Platform: | Size: 2048 | Author: 古峰 | Hits:

[Windows DevelopVCPP-key-changeto-virkey

Description: vc 写的将键盘的扫描码转换成虚拟键值 -vc wrote the keyboard scan code into a virtual key
Platform: | Size: 25600 | Author: 湿式铺法 | Hits:

[SCMc8051f02x-completed-key-scan

Description: 单片机c8051f02x完成8个独立按键扫描的c语言程序-SCM c8051f02x completed eight separate key scan the c language program
Platform: | Size: 10240 | Author: shaolong | Hits:

[SCMkey

Description: C51编写的单片机独立按键扫描程序,适合测试独立按键应用系统-Of C51 microcontroller independent button scanning procedure for the testing independent key application systems
Platform: | Size: 1024 | Author: liquanli | Hits:

[Other Embeded programKey

Description: Key按键程序,可以扩展到不同的键盘,为初学者的学习提供一个方向。-Key key procedures, can be extended to different keyboards for beginners to learn to provide a direction.
Platform: | Size: 30720 | Author: 幽幽谷守护者 | Hits:

[Software Engineeringkey

Description: 这是基于s3c2440开发板开发的底层key硬件驱动程序。针对定时器的设计程序。主要功能是对键盘实现扫描功能。-This is based on the underlying s3c2440 development board development key hardware drivers. The design process for the timer. Main function is to realize the keyboard scan function.
Platform: | Size: 30720 | Author: 秦凯 | Hits:

[SCM55322SCAN-KEY

Description: 单片机扫描程序大全,适用于各种单片机外围辅助键盘设计程序-including all of scan key,it is used for designing key
Platform: | Size: 46080 | Author: maxiaoleng | Hits:

[SCMkey

Description: 一个自己写的多功能按键的c代码,可以通过按键次数实现不同功能。-A multi-function button to write c code, can be achieved through the key number of different functions.
Platform: | Size: 1024 | Author: 刘欢 | Hits:

[SCMkey

Description: PIC18F452的4*4矩阵按键,不是用反转法,而是用行扫描法,实现功能是单键有效,多键不操作的功能。-PIC18F452 4* 4 matrix keys, not with inversion method, but with the line scanning method, to achieve effective function is a single bond, multi-key does not operate.
Platform: | Size: 37888 | Author: linshaobin | Hits:

[SCMkey-scan

Description: 基于AVA MEGA8单片机的独立式按键扫描,能检测长短按键-AVA MEGA8 microcontroller based stand-alone key scan can detect the length keys
Platform: | Size: 2048 | Author: smartisys | Hits:

[Linux driverkey

Description: 三星mini2440按键驱动,用查询方式实现-S3Cmini 2440 key driver
Platform: | Size: 37888 | Author: 刘鹏 | Hits:

[Software Engineeringkey-scan

Description: 在做项目(工程)的时候,我们经常要用到比较多的按键,而且 IO 资源紧张, 于是我们就想方设法地在别的模块中节省 IO 口,好不容易挤出一两个 IO 口, 却 发现仍然不够用,实在没办法了就添加一个 IC 来扫键。一个 IC 虽然价格不高, 但对于大批量生产而且产品利润低的厂家来说,这是一笔不菲的开支!-very good key scan
Platform: | Size: 139264 | Author: zhaosir | Hits:

[assembly languageMicrocontroller-a-key-pluripotent

Description: 单片机一键多能,支持单击,双击,单击长按,双击长按,电路结构:P1口接8个LED(低电平使能) P3.3口接键盘(占用中断) 程序功能: 可以用单键实现6种功能, 所有按键功能占用时间小于1秒. 1秒内单击一次,1号灯亮 1秒内双击,2号灯亮 1秒内三次按键,3号灯亮 1秒内长按,4号灯亮 1秒内单击加长按,5号灯亮 1秒内二次单击加长按,6号灯亮 程序正常工作时,8号灯闪烁(2HZ) -Microcontroller a key pluripotent support click, double click, click long press, double press, the circuit structure: P1 mouth then 8 LED (active low enable) P3.3 port access keyboard (occupied interrupt) program features: can be used to achieve six kinds of one-touch function, all key functions takes less than one second. 1 second click, a double-click inside lights lit one second, two lights lit button three times within one second, three lights lit within one second long press , 4 lights on for 1 sec click lengthened by five lights lit within one second secondary click lengthened by six bright lights program to work, eight lights flashing (2HZ)
Platform: | Size: 32768 | Author: 王雷 | Hits:

[CSharpKey

Description: 这是单片机键盘程序,按键数码管显示数字,基于P89V51单片机-This is the SCM keyboard program, key digital display digital, microcontroller based P89V51
Platform: | Size: 26624 | Author: 张逍菲 | Hits:

[SCMkey-and-1602

Description: 基于c8051f020单片机的按键程序以及lcd1602程序,亲测可行。-The c8051f020 key procedures and lcd1602 program, pro-test is feasible.
Platform: | Size: 39936 | Author: zhu | Hits:

[VHDL-FPGA-Verilogkey

Description: 详细按键消抖程序,VHDL语言描述,适用按键控制程序。-KEY vhdl
Platform: | Size: 304128 | Author: zhf | Hits:

[VHDL-FPGA-VerilogKEY

Description: fpga cpld 程序 key 按键 按键检测 verilog hdl
Platform: | Size: 173056 | Author: 用彩色 | Hits:

[OtherKey-and-spline-interchange

Description: 互换性与几何量测量技术 第八章 键和花键的互换性与检测-Interchangeability and geometric measurement technology Chapter 8 key and spline interchangeability and testing
Platform: | Size: 1097728 | Author: fangfang | Hits:

[SCM4_4-key-scan

Description: 键盘扫描程序,没直接操作寄存器,方便移植-4*4 key scan,easy to use
Platform: | Size: 1024 | Author: cogol | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net