搜索资源列表
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 for beginners reference, more
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 19 RS485通讯 20 直流电机 21 定时器0
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
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
stc15单片机测试程序V1.0版
- stc15单片机测试程序V1.0版 1.LED灯2.独立按键3.18b20 4.1602 5.12864 6.AD 7.PCF8563 8.红外接收 9.步进电机 10.串口 11.蜂鸣器 12.继电器 13.矩阵按键 14.数码管 15.直流电机
key
- 51单片机按键程序,用51单片机实现按键程序,矩阵扫描-key program C
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.)
C51矩阵键盘按键程序和仿真文件
- C51单片机4X4矩阵键盘按键程序(Keil C51)和Proteus仿真文件。
15单片机矩阵键盘
- 15单片机矩阵键盘实验 实验目的:1.掌握矩阵键盘扫描的基本原理 * 2.掌握按键扫描及消除抖动的基本原理 * 程序说明:1.使用程序前,将跳线J2调整为KBD模式 * 2.按键功能可参考按键处理函数: void key_proc(uint8_t key);