CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 键盘 消抖

搜索资源列表

  1. key_scan

    0下载:
  2. 通用的矩阵键盘扫描、消抖C程序,已编码键值,可直接调用-General matrix keyboard scanning, debounce C program, the encoded key value, can be called directly
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:17783
    • 提供者:陈泽辉
  1. KEYscan

    0下载:
  2. 单片机键盘扫描程序,用C51编写的程序。运用软件消抖程序。-SCM keyboard scanner, a program written with C51. The use of software debounce program.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:28133
    • 提供者:蓝白
  1. 7289

    0下载:
  2. 该文件为周立功7289芯片的驱动程序此芯片用于键盘的数码管显示的驱动键盘不用消抖,数码管可自动扫描-This file is ZLG 7289 chip driver for this chip, the digital display of the keyboard driver keyboard without debounce, digital data can be automatically scanned as shown ZLG7289. This program provides
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1058
    • 提供者:董朝邑
  1. key3_key4

    0下载:
  2. 基于CPLD带延时消抖的3*4矩阵键盘程序-Debounce delay of CPLD-based band of 3* 4 matrix keyboard program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:2317
    • 提供者:chen
  1. 4x4key

    0下载:
  2. 本代码以端口中断方式,实现外围4x4键盘的扫描,消抖,并读取键值-The code to port interrupt, to achieve external 4x4 keyboard scan, debounce, and read the key
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:938
    • 提供者:胡伟
  1. jianpan_and_shumaguan

    0下载:
  2. 矩阵键盘4*4(必须有上拉电阻),已消抖,可直接用。-4* 4 matrix keyboard (must have pull-up resistor), has debounce, can be directly used.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:754399
    • 提供者:王志文
  1. vhdl_key

    0下载:
  2. 由vhdl语言实现的小键盘控制文件,能实现消抖和4*4矩阵小键盘的扫描-Vhdl language from the keypad control file, to achieve debounce and 4* 4 matrix keypad scanning
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1411
    • 提供者:李锋
  1. KEY4x4

    0下载:
  2. 51单片机系列的矩阵键盘程序,采用读取行号,列号简化程序,消抖程序也比较实用,移植性比较好-51 matrix keyboard microcontroller family program, using read line number, column number to simplify procedures, eliminate shaking procedure is also more practical, better portability
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:100691
    • 提供者:jieshao
  1. 4x4-matrix-keyboard-driver

    0下载:
  2. 应该是最全面的基于C语言的4x4矩阵键盘的驱动。 内含三种扫描方式,适应两种不同接法的矩阵键盘,可选的软件消抖处理,还包含一个基于淘宝上最常见的4x4薄膜键盘的驱动型号为HC-543。 共5个驱动程序。 开发环境:Keil-Should be the most comprehensive C-based 4x4 matrix keyboard driver. Contains three scan mode, to adapt to two different connecti
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3776
    • 提供者:
  1. for-mcu-buttern

    0下载:
  2. 普通键盘练习程序、键盘扫描程序含按键消抖功能,e也可加上线反转代码。-the mcu buttern progress
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:891
    • 提供者:kaihe
  1. lesson5-3

    0下载:
  2. 51单片机控制矩阵键盘,消抖,适合初学者,注释详尽-Matrix keyboard control
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:834
    • 提供者:董磊
  1. verilog

    0下载:
  2. 矩阵键盘未消抖 用verilog语言编写,文件简介明了。容易看都和修改。-Matrix not away with verilog keyboard shake language, file introduction and clear. Easy to see all and modification.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3354
    • 提供者:高炼
  1. 5jq-893-001H

    0下载:
  2. 键盘码读取,消抖,回传。--Read keyboard value.-The keyboard code reading debounce return.- Read keyboard value.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:40917
    • 提供者:剑无敌
  1. Key

    0下载:
  2. 按键是单片机系统最常用的输入设备之一;几乎是只要需要交互输入,就必须有键盘。这篇博客实现了一个通用的键盘程序,只要提供一个读取键值的函数(底层键值),程序将完成消抖、存入队列等一些列处理。同时本程序提供最常用的4*4矩阵键盘的程序,和4个按键的程序。 -The key is, one of the the SCM system most commonly used input device almost as long as the need for interactive input,
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:12612
    • 提供者:wangpeng
  1. 4X4-key

    0下载:
  2. 4X4键盘的扫描程序和键盘的消抖程序,使用VHDL语言编写的程序-The 4X4 keypad scanner and keyboard eliminate buffeting program VHDL language program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:1595
    • 提供者:lsw
  1. ex1

    0下载:
  2. AT89S52单片机,基于c语言,独立按键的应用,包括CPU控制的按键扫描实验,按键加1数码管显示,按键可调节的电子时钟,定时中断控制的按键程序,独立式键盘的按键一键多功能程序,独立式键盘控制的4级变速流水灯,无消抖处理的按键程序,消抖处理的按键程序。-AT89S52 microcontroller, based on the C language, application independent key, including the key scanning experiment of CPU
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:7310
    • 提供者:高东
  1. keyscan_state

    0下载:
  2. 基于51单片机实现4x4矩阵键盘,按键消抖的状态机。-Based on 51 MCU 4x4 matrix keyboard, key debounce state machine.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:
  1. XS128_HD7279

    0下载:
  2. 本代码基于MC9S12XS128单片机,控制键盘显示芯片HD7279,总线频率8MHZ,能够实现按键的自动消抖等功能-The code is based on MC9S12XS128 microcontroller to control the keyboard display chip HD7279, bus frequency 8MHZ, can automatically eliminate shaking function keys
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:255808
    • 提供者:韩雷
  1. key

    0下载:
  2. 基于STM32系列芯片的4*8矩阵键盘扫描程序,采用定时器消抖,扫描效率高。-4* 8 matrix keyboard scanning procedures based on the STM32 series chips , using timer to debounce , high scanning efficiency.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1307
    • 提供者:RanHai
  1. zhuhangsaomiao

    0下载:
  2. 单片机矩阵键盘的逐行扫描法,采用了消抖,初学单片机者适用。-MCU Matrix keyboard progressive scanning method, using extinction shake, beginners microcontroller be appropriate.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:acomplexa
« 1 2 34 »
搜珍网 www.dssz.com