搜索资源列表

  1. danjianfuyong

    0下载:
  2. 单片机一个按键三个功能:长按、短按、双击。 原创单键复用程序 绝对好用-SCM original program is absolutely easy to use with one-button re-
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:赵战伟
  1. c51scankey

    0下载:
  2. c51按键扫描程序.能区分长按或短按.-c51 scan key.it can get long press and short press.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:kevin
  1. KeyDisplayUnit

    0下载:
  2. vhdl实现按键功能,包括消除按键抖动、长时间按键、按键识别等功能。-vhdl achieve key functions, including the elimination of key jitter, long key, key identification features.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:覃灵
  1. IR_REMOTE

    0下载:
  2. 基于8051核的红外遥控解码软件,使用外部中断1和定时器,通用性强,占用很少时间,特别支持长按和重复按键。-Infrared remote control based on 8051 core decoding software, use the external interrupt 1 and timer, versatile, take up little time, particularly in support of long
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:赖恭平
  1. DIMMER

    0下载:
  2. 遥控调光开关控制汇编程序:长按开关或遥控器即可进行调光,短按即可打开或关闭开关。-Remote control dimmer switch control assembly program: Press switch or remote control can be dimmed, press to open or close the switch.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:long
  1. 51-SCM--designs-button

    0下载:
  2. 51单片机按键十几种不同设计,包括单击双击、长按短按、独立按键、矩阵按键等-51 SCM dozen different buttons design, including double-click, press and short press, independent keys, matrix keys, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:55296
    • 提供者:
  1. Wendukongzhi_temp_control

    0下载:
  2. 1. 采用三个测温点对温度进行平均及最大温差控制,以消除温度失恒,模块损坏所造成的损失。 2. DS18B20测温芯片温度数值采集 3. 可实现按键消抖,单击,双击,长击,组合击多种功能 4. 可实现6位LED数码管对温度,错误代码等各种指示功能显示 -1 using three temperature measurement points on the temperature and the average and m
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:97280
    • 提供者:曾伟
  1. key

    0下载:
  2. 按键 模块包 防抖 单按键 长按键 连发按键 -anjian mo kuai bao fang dou dang angjian chang angjian lian fa ang jian
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yangjian
  1. ListView_onItemLongClick

    0下载:
  2. android编程中对listview长按键时,响应菜单项的编码-android programming when the the listview long button in response to the encoding of the menu item
  3. 所属分类:android开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:sarkey
  1. key

    0下载:
  2. 熟悉pic12f629芯片的使用,写个简短的程序,进行按键扫描和按键处理,其中按键扫描分长按键和短按键操作有效!-Familiar with the pic12f629 chip to use, write a short program, the key scanning and keys, including keys and key scan points short length of key operations and ef
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘金花
  1. KEY

    0下载:
  2. 基于状态机的按键扫描程序 有短按键和长按键的处理 AVR-Short key and long key processing AVR-based the key scanning procedures of the state machine
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙长友
  1. button

    0下载:
  2. 短长按键处理好方法,分享给大家学习学习,很好用-A good way to deal with short-long key share for everyone to learn to learn, easy to use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:陈斌
  1. Key-long-press--short-press-effect

    0下载:
  2. 51单片机,keil环境下,长按键和短按键区的不同响应。-51 singlechip, Keil environment, the different response of long and short of the keypad keys.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:jaing
  1. 7_3_Key_Long_Short_Mealy

    0下载:
  2. WDT定时器设置为16ms中断。在WDT中断中,记录下最近两次的IO状态存在KEY_Now和KEY_Past中。根据前高后低可判断按键下,前低后高可判断按键松开,存入标志位Key_Dect中。 Key_Dect作为输入量,利用状态机函数Key_SM(),判断出短按键事件和长按键事件。分别调用各自事件处理函数进行处理。-WDT timer 16ms interrupt. In the WDT interrupt, the presen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:101376
    • 提供者:林志浩
  1. 7_4_Key_Long_Short_Moore

    0下载:
  2. WDT定时器设置为16ms中断。在WDT中断中,记录下最近两次的IO状态存在KEY_Now和KEY_Past中。根据前高后低可判断按键下,前低后高可判断按键松开,存入标志位Key_Dect中。 Key_Dect作为输入量,利用状态机函数Key_SM(),判断出短按键事件和长按键事件。分别调用各自事件处理函数进行处理。-WDT timer 16ms interrupt. In the WDT interrupt, the presen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:99328
    • 提供者:林志浩
  1. a

    0下载:
  2. 长按键时,数据每隔114ms重复发送一次,第三位不发生翻转-Length keys, the data is sent once every 114ms repeat, the third flip does not occur
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:208896
    • 提供者:徐虎
  1. key

    0下载:
  2. 对一个按键进行扫描,长按键短按键及双击扫描程序-The scanning of a key, long short key and double-click scanner button
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:guo
  1. Long_key

    0下载:
  2. 按键扫描,具有长按键和短按键功能,并且可以防止振荡-Key scan, with long and short button function button, and can prevent the oscillation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:小强
  1. Long-and-short-test-button

    0下载:
  2. 按键长短程序,长按键和短按键可互相影响相互工作-Long and short test button
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:199680
    • 提供者:TYL
  1. short_key_long

    0下载:
  2. 51单片机实现长按键与短按键的功能,独立控制-51 MCU long key and short key functions, independent control
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:hg
« 1 2 34 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org