搜索资源列表
矩阵键盘键值lcd显示演示程序
- 此程序为单片机开发过程中的按键扫描程序。采用汇编 语言编写,经调试通过。-procedure for microcontroller development process button scanning procedures. Using language compilation, debugging through.
WashingMachineControlSystemBasedonSinglechipMCS-51
- 基于MCS- 51 单片机的洗衣控制系统, 控制面板由按键、指示灯和LED 显示器组成。 按键选择洗衣机工作方式, 指示灯配合按键工作, LED 显示器则显示洗衣机洗涤和脱水时 间。洗衣机的整体电路模块包括键盘矩阵、指示灯、电动机控制及电源电路。控制程序设计 包括定时中断服务程序、外中断服务程序及主程序。-Based on MCS-51 SCM laundry control system, control panel by
displayHZ
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$
mcucontrolkeyboard
- 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$
keybord
- 51单片机矩阵键盘扫描程序,依据计算器按键设计。-51 MCU matrix keyboard scanning process, based on the design calculator buttons.
51_mcu_examples
- 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832
4x4keyscan
- atmega16单片机矩阵按键电路的程序,验证通过,编译器ICC avr-atmega16 key matrix circuit SCM procedures, verification by the compiler ICC avr
juzhen_key_8_8
- 8*8矩阵按键程序,使用STC系列单片机-8*8
key
- 这是单片机的键盘程序,C语言的,包含矩阵键盘,独立按键,按键带蜂鸣,按键多功能等,适合初学者参考,比较全面-This is the keyboard microcontroller programs, C language, contains the matrix keyboard, separate keys, keys with a beep, buttons and other multi-functional, suitable
The-51-MCU-matrix-key-procedures
- 51单片机矩阵按键程序 -The 51 MCU matrix key procedures
main
- 430单片机矩阵按键程序,附有详细的解释文字,使用者可直接使用-430 single-matrix key procedures, with detailed explanatory text, the user can be used directly
key_test
- avr单片机矩阵按键扫描程序,测试好用,移植性强-avr microcontroller key matrix scanning procedure, test easy to use, portable and strong
main
- 这是一个可以实现51单片机的矩阵键盘的程序(Realize 51 SCM matrix keyboard program)
11—矩阵按键(代码最少的)
- 单片机矩阵按键程序, 单片机系统中,若使用按键较多时如电子密码锁、电话机键盘等一般都至少有12到16个按键,通常采用矩阵键盘。 矩阵键盘又称行列键盘,它是用四条I/O线作为行线,四条I/O线作为列线组成的键盘。在行线和列线的每个交叉点上设置一个按键。这样键盘上按键的个数就为4*4个。这种行列式键盘结构能有效地提高单片机系统中I/O口的利用率。(Singlechip matrix button program)
矩阵按键
- stm32f103系列单片机矩阵按键程序(STM32F103 Series Singlechip matrix button program)
矩阵按键
- 矩阵检测程序,按键扫描放入中断内而不是时刻扫描节约MCU资源(Matrix detection program, the key scan into the interrupt, rather than the moment scanning, saving MCU resources)
4.矩阵按键
- 8051单片机的矩阵按键程序,基于C编写。(8051 singlechip matrix button program)
矩阵键盘
- 常用4×4矩阵按键程序,适合初学者学习理解单片机控制原理(Commonly used 4 * 4 matrix button program, suitable for beginners to learn how to understand SCM control principle)
红外线C语言(51程序代码)
- 基于51单片机的红外发送程序,可以实现矩阵按键控制红外(Infrared transmission program based on 51 single-chip, you can achieve matrix button control infrared)
按键流水灯程序
- 用单片机实现矩阵按键控制流水灯不同花样,(A single chip microcomputer is used to control the different patterns of the flow lamp.)