搜索资源列表
转速表
- 转速表:硬件简单,您可以用89c2051代替89c51,p1口做数据输出;p3口做位驱动,int0为转速信号输入-speed : hardware simple and you can replace 89c51 89c2051, p1 I do data output; P3 - I do drive, int0 to speed signal input
t0mesure
- C8051F040 T0 对/INT0输入信号脉宽测量例程-C8051F040 T0 right / INT0 input signal pulse width measurement routines
c51jing
- 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
CAN_Zongxiantongxun_AVR
- MCU:ATMEGA8515 Frequence: 16M 描述:利用已有CAN TEST V1.0电路板进行调试, 可靠性测试已通过,并发现8515外部中断不稳定 的原因是没有在INT0脚加上拉电阻,加上后已能 够稳定地运行 调试过程中发现SJA1000的首地址设置有误,改过 后,当CAN发送数据时,程序能进入中断了,但发现 中断是由出错报警中断引起的,估计与波特率设置 有关。 通过修改CDR的参数,以及更换16M晶振,现在已能 正常地收发送数据了-
Int0_with_at8535
- at9535下 Int0中断的c语言编程 at9535下 Int0中断的c语言编程-at9535 under Int0 c interrupted programming language under Int0 at9535 interrupted c language Programming
gps_f023_1103
- C8051F023的应用,主要功能是通过串口1读取GPS接收机信号,在有INT0的响应时,通过串口2发送。-C8051F023 applications, the main function is to read through a serial GPS receiver signal, INT0 in response, sent through the serial port 2.
IRaaa
- IR识别程序,由INT0输入.适合51单片机.-IR identification procedures, INT0 input. MCU for 51.
infraredrays
- 红外遥控接收发送源程序 Interrupt for IR subroutine external interrupt source INT0-infrared remote control receiver Interrupt this source for IR subroutine e xternal interrupt source INT0
ak1
- 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-s
INT0
- 单片机的一些基本应用,INT0中断的使用.
Interruptwhz
- 中断应用 包括INT0+INT1 INT0+中断,INT1+中断,中断计数,等中断的应用和详细的讲解-Interruption of the application, including INT0+ INT1 INT0+ interrupt, INT1+ interruption, disruption of counting, such as interruption of the application and in detail
int0
- 关于atmega16 中断IN0的基本使用 -The programe is about ATmega16 of INT0.
int0
- 演示通过中断INT0方式处理键盘输入的方法。对4X4的键盘矩阵定义了16个键名分别是0,1。。。E,F。某个键被按下就通过串口在模拟终端上输出。为了演示主循环与中断服务过程,在主循环中加了一条打印语句,用来演示程序的跳转。-Demo INT0 interrupt handling by keyboard input methods. The definition of the 4X4 matrix keyboard 16 keys, respectively 0,1. . . E, F. A k
pic-int0-led
- PIC单片机进行外部中断INTO实验,外部开关给个5V电压,LED灯能亮,开关与单片机之间加个74LC14反向输出-PIC Microcontroller external interrupt INTO experiment, the external switch to a 5V voltage, LED lamps can be lit, the switch between the microcontroller output to add a 74LC14 reverse
int0
- 正常情况下,p1口所接的发光管依次循环点亮。当s1按下时,产生int0中断,此时8只发光管全亮全暗交替八次。然后回复正常-Under normal circumstances, p1 port of LED then turn the light cycle. When s1 is pressed, the resulting int0 interrupt, then 8 LED light all dark turn all eight. Then back to normal
INT0
- 中断程序,外中断INT0 按板上的INT0按键,LED灯流水显示-According to the board of the INT0 key, LED light shows
INT0
- INT0中断程序,C语言与汇编,详见程序说明仅供参考-int0 interupt,c and asm programming
int0-and-int1-AVR-code-
- 使用IAR编译器对AVR单片机int0与int1的中断功能进行仿真,内附详细源代码注释 -interrupt function of int0 and int1 with AVR microcontroller Useing IAR compiler , and simulation with detailed comments and the source code
INT0-control-LED
- 89c52的INT0基本应用,控制一个LED灯的亮灭,可以收藏用于以后扩展-The INT0 89c52 basic application, control an LED light off, collections for future expansion
8051 INT0 External Interrupt Example Program
- 8051 INT0 External Interrupt Example Program