搜索资源列表
ASM
- 我上传的这个软件是控制单片机解码遥控键并用1602LCD显示.
key
- 基于单片机的键盘扫描程序,行输入线接p1口低四位,行输入线接p1口高四位,输入键码放入30h及后续单元
104PS2
- 单片机与104键PS2接口标准键盘程序,用C语言编写。
weifu--ASM
- xl系列单片机实验仪演示程序 矩阵键盘1602液晶显示计算器 实现加减乘除,清零等功能 0a键+ 0b键- 0c键* 0#键/ 0#键清除-experimental device xl MCU 1602 demo keyboard matrix liquid crystal display calculator to achieve addition, subtraction, clear key functions 0a+ 0b key- 0c key* 0# keys/0# ke
shuzikongzhidianyuan
- 调节电位器,可以改变输出电压,输出电压的值会在四位数码管上显示出来。其中按键为复位键,用于单片机复位,使数码管显示清零。操作简单,使用方便。-Adjust potentiometer, you can change the output voltage, output voltage at the value on the four digital tube display. Reset button for one of keys for single-chip reset, so that
IR
- 8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值.-8051, decoding infrared remote control, know how to decode a variety of remote client code, key.
IR-DSY
- 遥控键值解码-数码管显示支持51兼容的单片机-Decoding key remote control- Digital display 51-compatible single-chip support
KEY
- AT89C2051控制键盘,返回键码至主单片机-AT89C2051 controls the 4x4 keyboard,returns the code to main MSP
PS2Key
- ps2键盘与51单片机通信 拥有基本功能的键码输入 应用于单片机设计的键盘输入方面非常的实用-ps2 keyboard with 51 single-chip communication has a key code of the basic functions of input used in single-chip design of the keyboard is very practical
MCU
- 用汇编语言写的一个基于单片机控制液晶读写和键盘输入的程序。该程序可以从4*4的键盘中读出键值并且根据键值在液晶中显示相关信息。-Written in assembly language using a microcomputer-based control of liquid crystal reading, writing and keyboard input process. The program is available from 4* 4 keyboard keys and read
Text2
- 基于单片机的电子琴制作 (1) 一个(4×4)的键盘,并将16个键设计成16个音; (2)按键时数码管可对应显示1――f--0(低音到高音的显示); (3)可弹奏想要表达的音乐; (4)该电子琴包含2首示例音乐,接通M1或M2即可播放示例音乐。
KEY_SCAN
- C51单片机中,对矩阵式键盘进行扫描以得到其所对应的键值-C51 microcontroller, the right to scan the keyboard matrix to get its corresponding key
ddd
- 单片机源程序,用Dtled-6芯片驱动6个数码管,用来显示当键盘按下时所对应的键值,其中键盘为矩阵- Microcontroller with Dtled-6 chip driving six digital tube, used to display when the keyboard is pressed, the corresponding key, in which the keyboard for the matrix
XLIRLED
- 单片机实验仪演示程序 遥控键值解码-LED显示 -Single-chip remote key experimental apparatus demo decode-LED display
juzhenjianpan
- 由16个键盘组成的矩阵键盘,由单片机AT89S52控制,循环检测键值。-Composed of 16 keyboard matrix keyboard, controlled by the MCU AT89S52, loop detection key.
dianziqin
- 基于51单片机的简易电子琴设计16键发音并自由显示-51 simple microcontroller-based keyboard design 16-key pronunciation and free show
dianziqin
- 简易电子琴,利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出8个不同的音调,并且要求按下按键发声,松开延时一段时间停止,中间再按别的键则发另一音调的声音。当系统扫描到键盘上有键被按下,则快速检测出是哪一个键被按下,然后单片机的定时器被启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个键被按下,则启用中断系统,前面键的发音停止,转到后按的键的发音程序,发出后按的键的音。-Simple keyboard, use t
3X3键盘扫描
- 利用8155的PB、PC口实现3X3键盘扫描(硬件电路参见3X3KEY_8155.DSN)。当1~8号键独立按下时,连接在PA口对应的LEDx点亮(即1号键按下时LDE1亮,2号键按下时LDE2亮),当9号键按下时,所有LED点亮,当没有键按下时,所有LED熄灭。(3X3 keyboard scanning with 8155 PB and PC ports (hardware circuit, see 3X3KEY_8155.DSN). When the 1~8 button is press
单片机汇编:独立按键
- 1.8个按键控制8个LED灯的汇编程序 2.LED显示键值的汇编程序(An assembler of independent keys)
单片机汇编:继电器
- 实验:按键控制继电器。 现象:按下K1键继电器闭合,LED发光(Assembly program of key control relay.)