CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 按键扫描程序

搜索资源列表

  1. acmftsj_n

    0下载:
  2. 一个完整且典型的遥控器程序,包括了按键扫描,液晶驱动,红外发射,内有比较完整的备注,到目前为止市面上的同类产品均是采用此架构,采用了NEC3106芯片和编译器,可以从NEC官方网站或跟NEC联系免费索要开发工具,或电邮我也可以提供-complete a typical remote control procedures, including a button scanning, LCD driver, the infrared emission, which have a relatively
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:14930
    • 提供者:毛建荣
  1. key

    0下载:
  2. Avr-atmega64 按键扫描和按键处理程序
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2641
    • 提供者:wangl
  1. 按摩器——按键扫描

    0下载:
  2. 本程序对于单片机的初学者有很大的帮助,对于按键不太懂的学者,是很值的看到的,此程序是采用了SONIX系列单片机编程的
  3. 所属分类:其他嵌入式/单片机内容

  1. 按键程序

    0下载:
  2. 键盘扫描方法是:行线P10~P13为输出线,列线P14~P17为输入线。一开始单片机将行线(P10~P13)全部输出低电平,此时读入列线数据,若列线全为高电平则没有键按下,当列线有出现低电平时调用延时程序以此来去除按键抖动。延时完成后再判断是否有低电平,如果此时读入列线数据还是有低电平,则说明确实有键按下。最后一步确定键值。现在我们以第二行的S5键为例,若按下S5后我们应该怎么得到这个键值呢?当判断确实有键按下之后,行线轮流输出低电平,根据读入列线的数据可以确定键值。首先,单片机将P10输出为低
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2009-03-24
    • 文件大小:48640
    • 提供者:y30417430
  1. C8051key

    0下载:
  2. C8051 键盘扫描程序 按键返回 1 2 3 ... C语言编写-C8051 keyboard
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:7457
    • 提供者:TiTiWong
  1. 30f6013AKey

    0下载:
  2. 单片机的一个按键扫描程序,所用单片机为pic的30f6013A。-A key scanner microcontroller, the microcontroller pic with the 30f6013A.
  3. 所属分类:Other Embeded program

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

    0下载:
  2. 这个程序扫描3*4矩阵按键,返回按相应的按键字-This program scans 3* 4 matrix keypad, press the appropriate key words to return
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1840
    • 提供者:clark
  1. key

    0下载:
  2. 此是单片机4*4按键程序,包含按键扫描,按键处理等等!-This is a key process MCU 4* 4
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:8575
    • 提供者:李明
  1. KEY-SCAN

    0下载:
  2. 用单片机控制的按键扫描和显示程序,开发环境为KEIL-Buttons with SCM scanner
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:2802
    • 提供者:陈喜琴
  1. key1

    0下载:
  2. mega16按键扫描程序+数码管显示程序-mega16 key scanner+ digital display program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:18979
    • 提供者:静默
  1. The-new-chip-key-scanner

    0下载:
  2. 单片机新型的按键扫描程序,非常好用,值得下载。-The new chip key scanner
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:4662
    • 提供者:
  1. scankey

    1下载:
  2. MSP430按键扫描程序,针对4*4键盘,请大家放心使用-MSP430 key scanner for 4* 4 keyboard, please be assured use
  3. 所属分类:Other Embeded program

    • 发布日期:2014-07-31
    • 文件大小:1024
    • 提供者:宋天东
  1. jianpan2

    0下载:
  2. 自编的msp430f149按键扫描程序,16个键的-The self msp430f149 key scanner, 16 keys
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:20246
    • 提供者:father
  1. avr_1064_keyPPROTEUS

    0下载:
  2. 软件 : winavr gcc 单片机 : M16 程序包括:1064驱动、键盘扫描驱动。 服务程序:s3一键多功能的程序. s1检测s3按键状态程序.-scankey display1064
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:66038
    • 提供者:zh
  1. key

    0下载:
  2. 基于lpc17678的通用性很好的一个按键扫描程序,附带详细的中文注释-scan key source code,scan key source code,,scan key source code,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:1359
    • 提供者:范坤
  1. 4KEY

    0下载:
  2. 新世纪电子配套历程,简单的MSP430独立按键扫描程序,可以扫描4个按键-The new century, electronic matching process, the MSP430 independent keys scanner can scan four buttons
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:20168
    • 提供者:dd
  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 effective!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:1041
    • 提供者:刘金花
  1. PWM-motor-control

    0下载:
  2. 改程序使用按键扫描改变PWM占空比控制直流电机的转速,能够加减速控制电机-Change the program to use key scan changing the PWM duty cycle to control the speed of DC motor, motor acceleration and deceleration control
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-06
    • 文件大小:755994
    • 提供者:david
  1. c51chengxuji

    0下载:
  2. MCS-51系列单片机Keil C语言源程序集 16进制-10进制互换程序 115.2k串行口通信程序 ACM-12864汉字液晶显示驱动程序 HT1380实时时钟驱动程序 单个汉字库字摸提取程序 按键扫描驱动程序 利用复位键作为开关机用 智能化家电控制 softdog P89CXX编程器控制CPU接收和控制程序 显示1616点阵汉字和英文 89C51系列CPU编程器接收CPU程序-MCS-51 series MCU Keil C language source assembly 16 M-
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:527650
    • 提供者:饶少强
  1. KeyScan

    0下载:
  2. VG9811计量芯片的按键扫描源程序,为驱动程序。-VG9811 metering chip key scan source code for the driver.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1383
    • 提供者:liuzhongyu
« 12 »
搜珍网 www.dssz.com