Working with External Interrupts in AVR micro controller
Introduction to Interrupts Although micro controllers can accept inputs from Digital I/O Ports,interrupts are preferred for accepting inputs generated by external events. This is mainly because of the less attention required for an interrupt based program. An Interrupt Event directs the flow of program execution to a totally independent piece of code, known as “Interrupt […]
Working with External Interrupts in AVR micro controller Read More »