搜索资源列表
key
- msp430的独立按键测试程序,分为中断法和查询法,简单易懂-the msp430 independent key test procedures divided into interrupt method and query Act, straightforward
66KeyLock
- 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,
44B0Test
- 44B0卡发板代码,测试用。按键检测,IIC检测,中断检测等-44B0 card hair plate code, and test. Key detection, IIC detection, break detection, etc.
51-SCM
- 利用C51显示红外遥控器中各个按键的值,程序中用红外线触发的外中断处理函数来对4个字节的用户码和键数据码进行解码-Display the infrared remote control using C51 in all key value, and the program with infrared triggered the interrupt handling function to for four bytes of user code and key data code decoding
4K2
- 用中断方式读取四个独立式按键的键值,同时将按键的键值在数码管上显示出来-Interrupt to read the key values of four independent key button keys displayed on the digital tube
different-V
- 速度分为20个等级调速,可以通过外部中断按键控制,程序语言简单易解-Divided into 20 grades governor speed buttons control the external interrupt programming language is simple and easy solution
armasm.chm.tar
- 这是有关介绍汇编的资料,里面习题可以巩固学习。具体的内容有: 1.CPU资源和存储器 2.操作数的寻址方式 3.标识符和表达式 4.微机CPU的指令系统 5.程序的基本结构 6.子程序和库 7.输入输出和中断 8.应用程序的设计 9.数值运算协处理器 10.汇编语言和C语言 11.汇编语言编程和调试工具 12.Pentium指令的执行周期数 1 附录3 中断列表 DOS和BIOS的宏定义 键盘按键的各种编码对
main
- CAN开发板-数码管显示中断计数,每按一次中断按键,计数值加一,在数码管上显示。-CAN development board- digital tube display interrupt count, the count is incremented each time you press the interrupt button on the digital display
KEY_IRQ
- S3C2440开发板按键中断测试,裸机调试。编译工具ADS,下载工具H-JTAG。-the interrupt test of S3C2440 development board by bottons
Key-P1.3-interrupt-program
- 基于MSP430G2553控制的按键P1.3中断程序 -Based MSP430G2553 control buttons P1.3 interrupt program
e
- 基于51单片机的简易电子琴,能利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出7个不同的音调,而且有一个按键可以自动播放歌曲,要求按键按下时发声,松开延时一小段时间,中间再按别的键则发另外一音调的声音,当系统扫描到键盘按下,则快速检测出是哪一个按键被按下,然后单片机的定时器启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个按键被按下,则启动中断系统。前面的发音停止,转到后按的键的发音程序。发出后按的键的音调。-5
PWM
- 该程序是基于AT89C2051的控制程序,主要功能是通过两个按键控制两个负载,核心部分是延时中断和负载启动部分-The program is based on AT89C2051 control program, the main function is controlled by two buttons two loads, the core part of the startup delay interrupts and part load
msp430
- 基于msp430单片机电子琴 .通过按键能够发出相应的音符并播放产生乐音,实现演奏; 2.演奏的同时可数字显示当前的音调,利于培养乐感 3.可以选定播放固定乐曲自动演奏,演奏时LED进行节拍指示; 4.在自动演奏和奏乐的过程中按停止键则中断演奏; 5.可以选择调节音或小。 - Msp430 microcontroller based electronic organ
