搜索资源列表
L298电机单片机控制+液晶proteus仿真最终版
- L298控制电机,单片机C51控制,液晶12864,矩阵键盘一起proteus仿真
51单片机的4*4矩阵键盘程序
- 51单片机的4*4矩阵键盘程序
矩阵键盘
- 单片机4*4矩阵键盘相加对比法源程序。自己写的,调试通过。
矩阵键盘扫描.doc
- 运用线反转法,基于at89s52单片机的4x4键盘扫描程序。
51
- 51单片机入门级资料。流水灯,数码管,矩阵键盘,AD,DA,液晶,定时器中断源程序并包含有PROTEUS仿真。-51 single-chip entry-level information. Water lights, digital tube, matrix keyboard, AD, DA, liquid crystal, the timer interrupt source and includes PROTEUS simulation.
51keyboard
- 51单片机矩阵键盘实验,将输入的数字以及平方后的数字用数码管显示出来!-51 Singlechip keyboard matrix experiment, the input figure and the square of the figure after the digital tube display!
MKEY
- avr 单片机矩阵键盘程序键盘演示程序4*4-avr Singlechip matrix keyboard keyboard demo program 4* 4
lesson5
- avr单片机矩阵键盘扫描程序。开发环境为iccavr。协助Proteus软件仿真。-Single-chip avr keyboard matrix scanner. Development environment for iccavr. To assist the Proteus software simulation.
juzheng
- 8051单片机矩阵键盘扫描程序(包括键盘的消抖和数码管的显示)-8051 keyboard matrix scanning process (including the elimination Buffeting keyboard and digital display control)
KB
- 51单片机矩阵键盘数码管显示及其proteus仿真-51 single-chip digital matrix display and keyboard proteus simulation
3 计算器4x4矩阵键盘
- 简易计算器,利用4乘4矩阵键盘,51单片机在LED显示屏上实现简易计算器功能(Based on the 4 x 4 matrix keyboard, 51 microcontroller simple calculator functions on the LED display)
单片机读取矩阵键盘并在4LED上显示按键值
- 单片机读取矩阵键盘并在4段数码管上显示按键值(SCM read matrix keyboard, and display button value in the 4 section of the digital)
msp430单片机中增量式pid算法和矩阵键盘P3口整排
- msp430单片机中增量式pid算法的C实现方法和msp430f5529矩阵键盘P3口整排
Stm32矩阵键盘程序(库函数)
- Stm32矩阵键盘程序(库函数)矩阵键盘是单片机外部设备中所使用的排布类似于矩阵的键盘组(Matrix keyboard is MCU peripheral equipment used in the configuration is similar to the matrix keyboard group)
矩阵键盘(郭天祥)
- 16矩阵键盘程序,在51单片机显示0到F(16 matrix keyboard program, in 51 single-chip display 0 to F)
矩阵键盘(普中)
- 16个矩阵键盘程序,能在数码管上显示0到F(16 matrix keyboard program, in 51 single-chip display 0 to F)
AVR单片机矩阵键盘驱动
- 采用ATmega16设计的矩阵键盘,实现键盘扫描识别并显示在数码管上(this is a key scanner designed with atmega16L)
stm32矩阵键盘(可用)
- stm32f103系列单片机的矩阵键盘控制程序(Matrix keyboard control program of STM32F103 Series MCU)
WW029.4X4矩阵键盘1602液晶显示键值
- 8051单片机用的矩阵键盘显示键值的源程序(The key value of the matrix keyboard used in the 8051 single chip microcomputer)
15单片机矩阵键盘
- 15单片机矩阵键盘实验 实验目的:1.掌握矩阵键盘扫描的基本原理 * 2.掌握按键扫描及消除抖动的基本原理 * 程序说明:1.使用程序前,将跳线J2调整为KBD模式 * 2.按键功能可参考按键处理函数: void key_proc(uint8_t key);