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

搜索资源列表

  1. KEY

    0下载:
  2. 键盘状态扫描函数 /* 键盘扫描函数 读取当前键盘的状态 有按键按下返回相应按键值 无按键按下返回\"0x00\" */
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:22564
    • 提供者:李华
  1. key.c

    0下载:
  2. 该代码为NIOSII中按键模块的硬件驱动,按键为4x4行列式键盘,通过行列扫描获取键值
  3. 所属分类:其他嵌入式/单片机内容

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

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

  1. 按键程序

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

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

    0下载:
  2. 1602 lcd 显示驱动 与按键监测 控制口 rs=P0^7 rw=P3^3 sbit ep=0xc4 数据接口 P2 24M时钟 显示范围为 0~9 A~Z a~z : - / < > . 按键 P1 共计16个按键键值1~16 返回0表示无键入 -1602 lcd display driver with key monitoring and control port rs = P0 ^ 7 rw = P3 ^ 3 sbit ep = 0x
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:2123
    • 提供者:赵伟龙
  1. plane_complete

    0下载:
  2. 基于ucgui的打飞机程序 通过扫描按键控制我机移动(只有4个按键,我们就设置了前后左右4个方向按键,子弹设为自动发射) 敌机移动通过rand函数产生(设敌机最大数为ENEMYMAXNUM,只要低于这数,每次循环就产生敌机否则不生成敌机.敌机只会在Y轴移动,如果敌机与我机相撞,,则发生爆炸) 敌机子弹生成与移动(每架敌机子弹数最多为BULLETMAXNUM,低于这个值,每个循环都会在飞机正前方产生一颗子弹,在Y轴方向移动SPEED.Y.如果子弹碰到我机,则发生爆炸,LIFE减
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3504
    • 提供者:陈名
  1. Exp4_1

    0下载:
  2. ucos arm 编程 通过 ARM的 rPDATC(低四位)和rPDATE(4~7 位)扩展4×4的键盘,编 的驱动,通过按键可以在超级终端上和液晶屏上显示相应的键值(不带操作系统 求在超级终端上显示) 。 -ucos arm programming through the ARM s rPDATC (low 4) and rPDATE (4 ~ 7-bit) expansion of 4 × 4 keyboard, the driver made by keys in Hyper
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:48148
    • 提供者:
  1. Keyscan

    0下载:
  2. 8255与键盘扫描单元完成按键扫描功能,并将读到的按键值依次显示在数码管上,按键是4行*4列共16个按键-8255 with the completion of the keyboard key scanning scanning unit, and read the key value is in turn displayed on the digital control, the key is 4* 4 rows of 16 keys
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:884
    • 提供者:sl
  1. Infrared-remote-control

    0下载:
  2. 通过红外遥控器对继电器喇叭控制,并在液晶显示按键值-Infrared remote control on the relay through the speaker control, and key value in the liquid crystal display
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:11105
    • 提供者:飞飞
  1. 18b20duodaianjiance

    0下载:
  2. 利用三个ds18b20检测不同地方的温度,并在12864lcd上显示,lcd同时具有时钟的功能,可利用按键调节时间,同时可利用按键设定温度值报警-Detected using three different places ds18b20 temperature, and 12864lcd display, lcd also has the function of the clock can be used to adjust the key time and temperature values
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:12491
    • 提供者:王晓
  1. ANJIAN

    0下载:
  2. MSP430单片机中断与按键显示,P1口四个中断,静态法。键值为1.2.a.b.四个。-MSP430 microcontroller interrupt and button to display, P1 port four interrupt, static method. Key to 1.2.ab four.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:729
    • 提供者:l
  1. lcd1602

    0下载:
  2. 宏晶科技最新型号STC10C5A60S2的lcd1602显示矩阵按键值代码,经过验证。-Wang Jing Science and Technology of lcd1602 display the latest models STC10C5A60S2 key value matrix code, to be verified.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:2161
    • 提供者:lhf
  1. Matrix-keyboard

    0下载:
  2. 该文件实现了 4 * 4 键盘的试验。通过数码管的最后一位来显示 当前的按键值-The file realized 4* 4 keyboard experiment. Through the digital pipe of the last to display The current key values
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:998
    • 提供者:yhx244775324
  1. Key

    0下载:
  2. 按键中断显示程序 说明:P1、2口按键中断后,P4、5口输出按键值keyvaluep1、keyvaluep2显示数字-Key interrupt display program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:1292
    • 提供者:chenyilin
  1. ex79

    0下载:
  2. 使用矩阵键盘设计的一个简易电子琴,为每个按键指定一个按键值。-A simple keyboard matrix keyboard design, specify a key value for each key.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-23
    • 文件大小:31994
    • 提供者:王寒
  1. anjian

    0下载:
  2. 51按键程序,按键抬起后才输出按键值。查询方式-51 key procedures, the key to lift output after the key value. Query
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:17784
    • 提供者:游翔宇
  1. JUZHENG

    0下载:
  2. STC89C52的矩阵键盘扫描,并通过数码管显示按键值-STC89C52 matrix keyboard scan and displays key values ​ ​ through digital
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:wfjai
  1. anjianxianshi

    0下载:
  2. 扫描键盘程序,将按键值显示在数码管上,基于msp430f149单片机-Keyboard scanning procedures, the key will be displayed on the digital control, microcontroller based msp430f149
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:19559
    • 提供者:chenyao
  1. CH451

    0下载:
  2. 基于CH451的键盘扫描程序设计采用AVR单片机ATmega16进行读取CH451的接收到的按键值,CH451可以实现8*8矩阵键盘输入,且带有中断提醒,接收到的按键值在12864液晶上显示。程序中采用的是2*3矩阵。系统采用AVR Studio+WinAVR构成的AVR GCC编译环境。-CH451 based keyboard scanner design uses AVR microcontroller ATmega16 reads received the key value CH451
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:lhy
  1. 10-30-江-按键点灯-

    0下载:
  2. STM32按键点点灯,利用中断或者读取按键电平值来点点灯(STM32 button point light, use interruption or read the value of the key level to point the light)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2018-01-07
    • 文件大小:1169408
    • 提供者:Griffins
« 12 »
搜珍网 www.dssz.com