CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单片机键盘

搜索资源列表

  1. MCU_Key

    0下载:
  2. 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keyboard driver. The drive included
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3871
    • 提供者:LENG
  1. calculator.c

    0下载:
  2. 单片机与扫描式键盘,LED实现的简易计算器,8位加减法,4位乘法-SCM and scanning keyboard, LED simple calculators, and subtract eight, four multiplication
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5324
    • 提供者:梁耀斌
  1. PS2KB

    0下载:
  2. 用C51单片机模拟PS2键盘向PC机发送按键信息-C51 microcontroller with analog PS2 keyboard to the PC button to send information
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16969
    • 提供者:赵华
  1. lcdjamllj

    0下载:
  2. 串口通信及液晶显示,键盘扫描。一个完整的单片机运行程序-serial communications and LCD, keyboard scan. A complete SCM operational procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4873
    • 提供者:Jam Lee
  1. KEY-89c54

    0下载:
  2. 用89c54单片机开发的32键扫描键盘程序。-89c54 MCU with 32 keys keyboard scanning procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61430
    • 提供者:yea
  1. pannel

    0下载:
  2. 防水键盘程序,intel89C52单片机,使用串口RS232-RS485总线,7279键盘、显示集成电路-waterproof keyboard procedures intel89C52 microcontroller, use Serial RS232 - RS485, 7279 keyboard, display IC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2587
    • 提供者:杨安会
  1. 一些例程

    0下载:
  2. 单片机例程:键盘控制,键盘控制,流水灯,数码管计数器,简单数字显示等-SCM routines : keyboard control, keyboard control, water lights, digital tube counters, a simple digital display
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41355
    • 提供者:tcl
  1. 嵌入式应用技术基础教程1

    1下载:
  2. 嵌入式应用技术基础教程1 第1章 嵌入式应用技术概述 第2章 嵌入式应用技术的硬件基础 第3章 高级语言的串行通信编程 第4章 Freescale 08系列单片机概述 第5章 HC08 CPU与汇编基础 第6章 通用I/O与第一个汇编程序 第7章 08C语言 第8章 串行通信接口SCI与串行外设接口SPI 第9章 键盘中断模块与A/D转换模块 第10章 定时接口模块-embedded applications guide a technical basis
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1339698
    • 提供者:
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4074
    • 提供者:jy
  1. Key_Dis

    0下载:
  2. 基于sunplus的16MCU产品,SPMC75的键盘和显示的例子,完整的工程,对单片机开发工程式师有一定的借鉴作用.-based on the 16MCU products, SPMC75 keyboard and display examples, complete works, right-MCU Development Division works to a certain extent useful.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:38810
    • 提供者:mou
  1. 程序(电子琴)

    0下载:
  2. 单片机写的和pc通信的简易电子琴源代码 通过pc键盘控制电子琴的软件部分-SCM pc written communications and the simplicity of the source code through the flower pc keyboard to control the software portion of the flower
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1675
    • 提供者:jnb
  1. pcjian

    0下载:
  2. 本程序是单片机外加键盘扫描和字符液晶显示的最小系统的程序.其中键盘是PS2键盘,可以实现键盘的输入和显示功能.希望高手批评指正-SCM plus keyboard scanning and character LCD Minimum system procedures. Which PS2 keyboard is a keyboard, can achieve a keyboard input and display functions. Experts hope correct critici
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2404
    • 提供者:非西
  1. small_mcu

    0下载:
  2. 本代码用汇编语言实现最常用的单片机最小系统的程序,用的是4*4键盘和8段数码管,希望高手们批评指正,-the assembly language code to achieve the most commonly used microcomputer minimum system procedures, using the keyboard 4 * 4 and 8 of the digital control, experts have criticized the correction, th
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:948
    • 提供者:非西
  1. 4×4keyboard

    0下载:
  2. 凌阳单片机4*4键盘扩展源代码及原理电路(PDF格式),包括键盘扫描初始化,键盘扫描服务函数,以及键盘防抖动处理程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:248659
    • 提供者:姜平
  1. music125

    0下载:
  2. 51单片机音乐程序,含键盘扫描,动态显示led-51 procedures, with keyboard scan, led Dynamic Display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2197
    • 提供者:王强
  1. stepper_motor_controller

    1下载:
  2. 步进电机控制程序,用51单片机控制步进电机的运转,可实现电机的正转、反转、归零、自动速度调解,4x4键盘扫描输入需要电机转动的相位,6为数码管显示当前的角度等功能。单片机程序用C51编写。-stepper motor control procedures, with 51 MCU control of the stepper motor operation, the motor is transferred, inversion, zeroing, automatic speed mediati
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61072
    • 提供者:张计恒
  1. 7279nn

    1下载:
  2. 7279是串行的LED键盘控制芯片,英飞凌单片机功能强大,但是驱动却别具一格与众不同-7279 is the serial LED keyboard controller chips, Infineon MCU powerful, but the driver has unique style
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:81587
    • 提供者:功夫
  1. canlender

    0下载:
  2. 凌阳61单片机万年历程序,内含键盘扫描,动态显示。-procedures SCM hefty almanac containing the keyboard scan, dynamic display.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7185
    • 提供者:蒲永博
  1. PS2vkeybaord_1602LCD

    0下载:
  2. 使用1602液晶显示和PS2键盘的示例,单片机接收PS2键盘键号显示到LCD上-use LCD and keyboard PS2 example, SCM receive PS2 keyboard, display to the LCD
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:25660
    • 提供者:laf
  1. KEYM

    0下载:
  2. 单片机设计的行列键盘扫描子程序一点点拉没有了-microcontroller design of the keyboard scan the ranks of a small subroutine no Rafah
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8274
    • 提供者:陈建清
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com