搜索资源列表
16key
- 16*16键盘51单片机C语言扫描程序,数码管显示按键值-16*16key to mcu51
scankey
- 4*4行列键盘扫描,单片机keil C51程序-Keyboard scan line
keyscan
- 一个基于单片机的键盘扫描小程序,编程的关键在于键盘的消除抖动-A microcontroller-based keyboard scan applet, programming keyboard is the key to the elimination of jitter
key
- 单片机的键盘扫描程序 用c51编写,包括hex文件-Scanner keyboard microcontroller prepared using c51, including hex file
program
- 基于80C51单片机的矩阵式键盘扫描程序。-check out your keyboard
dianzi
- 基于51单片机的电子琴设计 源码 键盘扫描 4x4矩阵键盘-51 MCU-based keyboard design source keyboard scanning 4x4 matrix keyboard
fanzhuan
- 51单片机矩阵键盘扫描程序中代码最为简单的反转扫描的整个工程-51 microcontroller matrix keyboard scanning procedures in the reverse scan is simple to code of the whole project
danpianji
- 51单片机的一些小程序,都是自己平时练习所写的,包括点亮led灯,键盘扫描等等。很适合初学者-51 microcontroller some small programs, are their usual practice written, including light led lights, keyboard scan. It is suitable for beginners
PS2
- 键盘扫描程序 C51单片机可以直接下载,绝对好用。-Keyboard scanning procedures C51 microcontroller can directly download absolutely easy to use.
keyboard-scanning
- 这个是针对单片机C51编写的键盘扫描的代码-this is the code of keyboard scanning for C51
key
- 单片机4X4矩阵键盘扫描程序,使用比较简单的扫描方法代替常规的大段程序-SCM 4X4 matrix keyboard scanner, using a relatively simple method of scanning a large segment of the program instead of the conventional
AT89C51-3-x4
- 单片机AT89C51 3X4键盘扫描程序-Single chip microcomputer AT89C51 3 x4 keyboard scanning procedure
program3
- 基于PIC16F877A单片机的数码管动态点亮程序,结合独立式键盘扫描程序以实现数码管相应位置的点亮,非常适合初学者学习PIC单片机!-PIC16F877A microcontroller based digital dynamic lighting program, combined with a separate keyboard scanner in order to achieve the corresponding position in the digital tube lights
3.4
- 用C语言控制实现单片机上的矩阵键盘扫描,流水灯切换-Implement matrix keyboard scanning microcontroller using C language control, water lights switch
Matrix-keyboard--calculator
- 本系统以51单片机为核心,能够实现三位数的四则运算。该系统通过检测矩阵键盘扫描,判断是否按键,经数据转换把数值送入数码管显示。-Matrix keyboard design simple calculator
反转法扫描2
- 键盘扫描的反转扫描法中的C语言程序,软件codewarrior,飞思卡尔单片机开发板(Keyboard scanning reverse scanning method in the C language program, software CodeWarrior, Freescale Carle microcontroller development board)
矩阵键盘
- 51单片机矩阵键盘动态扫描,数码管显示。(51 SCM matrix keyboard dynamic scanning, digital display.)
05.TOUCH触摸键盘检测(中断方式)
- 通过触摸按键芯片单片机对触摸按键的状态进行扫描。以便后续对其状态进行判断(The touch key chip is used to scan the status of the touch key. In order to judge its status later)
key键盘
- 基于atmega16单片机的矩阵键盘简单显示。通过对按键的内部上拉,以及对键盘的扫描,完成数码管的正常显示。(A simple display of the matrix keyboard based on ATmega16 single chip. Through the internal pull of the button and the scanning of the keyboard, the normal display of the digital tube is complete
1
- 本设计采用STC12C5A60S2单片机为核心设计了一个光伏寻日控制器。设计包括硬件设计和软件设计两大部分。 硬件设计部分包括单片机最小系统、光电检测模块、电源模块、电机驱动模块、LCD显示模块和按键模块六个部分。控制器采用双轴光电检测跟踪方式,由MCU完成计算与控制,并产生用于控制两个步进电机的信号,控制电机旋转实现寻日效果。通过按键可以改变运行模式,手动控制系统运作。系统具有实时显示与键盘扫描等功能。软件采用了模块化的设计方法,主要分为主程序、电机控制程序、AD子程序和液晶显示子程序四部分