搜索资源列表
51中断例子
- 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 两个同样功能的中断例程, 一个用C51实现, 另一个用ASM51实现(ASM51是由C51反汇编生成的), 都在MCU51-63K仿真器下通过实验的哦, 小虾们可以试试看。-1. EXT_C.rar for beginners (with the Chinese
LPC900完全掉电模式下的外部中断唤醒
- PHILIPS LPC900完全掉电模式下的外部中断唤醒实例。-PHILIPS LPC900 completely power down mode under the external interrupt awaken examples.
LPC900_huanxing
- LPC900系列单片机完全掉电模式下的外部中断唤醒-LPC900 Series completely under the power-down mode of external interrupt awaken
hongwai
- 此程序是有关红外的程序 mcu用啊他89c52 采用外部中断0接一体化红外接受头038 (就是影碟机上拆得的) P0 P2接数码管 P0数据 P2位选 能显示遥控器的系统码及其反码 数据及其反码 (共8位) 实际调试成功 工作稳定 测试红外发光二极管的方法 用2v电源 接红外发光二极管 在摄像头下能看到淡紫偏白的光
AVRINT
- 本程序是AVR系列单片机的外部中断程序,中断实验,LED数码管显示中断数据,按键按下计数,数码管显示计数结果
EINTKEYDRIVERS
- WINDOWS CE 5.0下PQOAL的外部中断按键驱动
PS2KeyBordDriver
- 基于MEGA16的PS2键盘驱动程序,利用单片机的外部中断检测是否有键被按下,若有则检测出键值并显示在LCD1602上-MEGA16 based on the PS2 keyboard driver, using SCM detect external interrupt key is pressed, if it is detected and displayed in key LCD1602 on
VIC_nesting
- 周立功的模板,实现定时器和外部中断C语言下的中断嵌套。-Week Ligong template realize timer and external interrupt under C language interrupt nesting.
waibuzhongduan
- 采用外部中断INT0(用按键BUTTON模拟)中断,单片机P2口为输出口外接两位LED数码管。每申请一次中断(按下BUTTON),在中断处理程序中对数码管的显示数据作加1改变(实验中P2口外接的两位LED数码管采用7447硬件译码的方式以BCD码显示)。-The use of external interrupt INT0 (with simulated BUTTON button) interrupt, microcontroller P2 output port for an externa
keyboard
- 在使用一个外部中断的情况下使用键盘中断,再通过扫描来节省资源-In the use of an external interruption of the use of the keyboard interrupt, and then to save resources by scanning
ex4-5
- 外部中断INT0,使用AT89S51的P1连接到8颗LED,P1在正常状况下会输出跑马灯,然后通过用户触动外部的硬件来中断INT0,当INT0引脚有低电位的脉冲出现时,8个LED会一闪一灭。-External Interrupt INT0, use AT89S51 of P1 is connected to 8 LED, P1 will be in normal circumstances the output Marquee, and then through the user to touc
KeyScan
- 个人在keil下编写的基于89C52的LJD-5100开发板的键盘扫描程序,根据CH451感应外部中断,并根据CH451键盘矩阵代码,计算键值-Individuals in keil prepared 89C52-based LJD-5100 development board of the keyboard scanning process, according to sensitive external interrupt CH451, CH451 keyboard matrix, in a
SY_004
- 按下按键AJ1后,引发外部中断0。 0中断触发后数码管显示 1-8 循环两次-After pressing the button AJ1 triggered external interrupt 0. 0 interrupt trigger LED display 1-8 after two cycles
Externalinterrupt0and1
- 同时在一个单片机C语言中同时使用外部中断0和1,中断1在中断0的控制下使用-thank you
ARM7PkeilPprotus(add-code)
- 共有11个基础实验,LED闪烁,开关控制LED、LCD、UART、EINT1外部中断,多个外部中断、中断结合串口、定时器、SPI通信、SPI(多从设备)通信、ADC数模转换,在KEIL环境下编译程序,并在Protus中仿真,是学习ARM7的好资料-There are 11 basic experiment, LED flash, switch control LED, LCD, UART, EINT1 external interrupt, a number of external interr
keyint
- 在单片机教学实验仪的MCU#3上利用外部中断上所接按键,当KEY1键按下 时对数码管上显示的一个两位数加1,当KEY2键按下时对这个数减1。99加 1等于00,00减1等于99。 -Teaching experiment instrument in MCU MCU# 3 on the use of external interrupts received on the keys KEY1 key is pressed when the digital display on a two-d
synoutput
- 采用51单片机外部中断接收同步信号,输出按照选定通道在收到同步信号后输出,并延时一段时间然后终止输出,等待下一下同步信号下降沿来临。另外还有一路PWM占空比可调输出。- Uses 51 monolithic integrated circuit external interrupt receive synchronized signal, outputs according to designated the channel after receiving the synchronized si
up-down-counter
- BASCOM-AVR:递增递减计数器项目: 这是一个向上和向下计数器。这个项目包括两个红外传感器,该传感器连接到外部中断INT0和INT1。你可以使用任何感应器,甚至切换输入。-AVR Increment Decrement Counter Project: This is a up and down counter. this project consist of two infrared sensor that connected to Int0 and Int1 of Ext
ADCzhuanhuanqi
- 实验用的ADC0809逐次逼近A/D转换器是八位A/D转换器。每采集一次一般需100us。本程序是用延时查询方式读入A/D转换结果。也可以用中断方式读入结果,在中断方式下,A/D转换结束后会自动产生EOC信号,将其与CPU的外部中断相接。-Experiment with the ADC0809 successive approximation A/D converter is eight A/D converter. Each collection time normally takes 100
STM32 ENCODER
- STM32外接旋转编码器(EC11),外部中断方式识别出正反转,响应速度优良,无丢步现象,无需延时滤波。在强干扰环境下测试正常。注意是仪器仪表面板常见的那种编码器,不是电机测速的那种。(STM32 Read Encoder (EC11), external interrupt mode to recognizes positive and negative rotation, response speed is excellent, no step loss, no delay use. The