搜索资源列表
键盘控制
- C8051单片机与键盘相连,扫描键盘,有键按下、释放或者按住,C8051单片机查询键盘矩阵寻找对应唯一的键值,判断是被键按下的键,再到第二套扫描码中找出该键所对应的扫描码,通过C8051单片机模拟的PS/2通信协议与计算机进行通信,发送按键所对应的扫描码。
CH451SA.rar
- CH451键盘和数码管结合程序,在线调试可用,可以检查到键盘,也可显示键盘按键数字,CH451 combination keyboard and digital tube procedures, on-line debugging is available, you can check the keyboard, the keyboard keys can also display digital
基于Proteus的c51单片机1602LCD显示仿手机键盘按键字符
- 基于Proteus的c51单片机1602LCD显示仿手机键盘按键字符-1602LCD
Exp3
- 单片机键盘及LED实验 读取键盘按键,实现LED显示-Keyboard and experimental single-chip LED read keyboard keys, the realization of LED display
UARTc
- ARM9s3c2410的串口通讯实验,通过上位机与下位机的串口实现键盘按键能在dnw上显示出来。-Serial Communication ARM9s3c2410 experiments, through the host computer and the next crew to achieve the serial keyboard keys can be displayed in dnw.
51singlechipclockusingtimers
- 51单片机利用定时器做的时钟,4按键操作,共阳数码管显示。-51 single-chip clock using timers do, 4 button operation, a total of positive digital display.
12864ds1302ds18b20
- ds1302 240128 键盘按键程序 显示实时时间-ds1302+240128+ keyboard keys to display real-time time
Widgetkeyboard
- 声明此文件不是原创 qt 做的一个屏幕虚拟键盘 自己做了一个界面,模拟键盘, 将自定义的键盘按键,映射成真实键盘按键 上面还有一些bug, 不过个人觉得可以参考其思想-the project file is not myself the virtual keyboard is made in qt. the ui is user defined ui, map the user buttons to the truth keyboar
keyboard
- 1602LCD显示电话拨号键盘按键实验,基于51单片机而设计的系统-1602LCD dial-up keyboard display experiment designed based on the system microcontroller 51
1day11-keyboard
- 清华大学电子课程设计:Verilog语言编写,可在QuartusII完全正确运行,FPGA下载,键盘按键输出相对应数字,有防抖功能-Verilog language, can be run in QuartusII entirely correct, FPGA download, keyboard keys corresponding to the output figures, anti-shake function
PIC单片机C语言编程键盘显示
- PIC单片机C语言编程,通过键盘按键显示相应的数字!!!有仿真图
矩阵键盘控制lcd1602显示
- 此工程包含LCD初始化函数、写命令和数据函数、显示位置控制函数,此外还有矩阵键盘扫描函数,读取到按键值在LCD1602中显示按键值。
键盘显示
- 4*4键盘;进行扫描按键;当有按键按下后;将其在数码管进行显示。(Keyboard scan and display)
11—矩阵按键(代码最少的)
- 单片机矩阵按键程序, 单片机系统中,若使用按键较多时如电子密码锁、电话机键盘等一般都至少有12到16个按键,通常采用矩阵键盘。 矩阵键盘又称行列键盘,它是用四条I/O线作为行线,四条I/O线作为列线组成的键盘。在行线和列线的每个交叉点上设置一个按键。这样键盘上按键的个数就为4*4个。这种行列式键盘结构能有效地提高单片机系统中I/O口的利用率。(Singlechip matrix button program)
55-1602液晶按键输入显示
- 基于STC89C52单片机,采用创新算法,实现了矩阵键盘的扫描,并在LCD1602液晶屏上显示(Based on STC89C52 microcontroller, using innovative algorithm to achieve the matrix keyboard scanning, and displayed on the LCD1602 LCD screen)
单片机读取矩阵键盘并在4LED上显示按键值
- 单片机读取矩阵键盘并在4段数码管上显示按键值(SCM read matrix keyboard, and display button value in the 4 section of the digital)
矩阵键盘 支持连按
- 基于STM32F4的矩阵键盘程序,通过按键可控制多路PWM,支持矩阵键盘的连按模式和单按模式。(STM32F4 based matrix keyboard program, through the button to control multi-channel PWM, support matrix keyboard press mode and single press mode.)
独立按键
- 采用C语言编写在51单片机中运用矩阵键盘,实现独立按键控制显示数码管(Using C language, in the 51 single-chip microcomputer, the use of matrix keyboard, independent keys to control the display of digital tubes)
Exp18 4x4矩阵键盘
- 4*4矩阵键盘 按键操作 显示到led灯(The 4*4 matrix keyboard keystroke operation displays to the LED lamp)
C51矩阵键盘按键程序和仿真文件
- C51单片机4X4矩阵键盘按键程序(Keil C51)和Proteus仿真文件。