Difference between revisions of "Basics of AVR Interrupts"
Line 1: | Line 1: | ||
− | |||
[[Category:AVR Tutorials]] | [[Category:AVR Tutorials]] | ||
+ | Interrupts, are perhaps one of the most important pieces that you need to understand for completing most of your micro-controller projects. Interuppts allow micro-controllers to continue doing their main job and provide mechanism to handle all other tasks which need the CPU attention. | ||
[http://exploreembedded.com/wiki/images/a/a9/Schematic_AVR_Interupt.pdf '''Schematic'''] | [http://exploreembedded.com/wiki/images/a/a9/Schematic_AVR_Interupt.pdf '''Schematic'''] | ||
[[File:Schematic AVR Interupt.JPG|680px]] | [[File:Schematic AVR Interupt.JPG|680px]] | ||
<span style="color:red">'''Code and Explanation will be updated soon..'''</span> | <span style="color:red">'''Code and Explanation will be updated soon..'''</span> |
Revision as of 09:19, 19 March 2016
Interrupts, are perhaps one of the most important pieces that you need to understand for completing most of your micro-controller projects. Interuppts allow micro-controllers to continue doing their main job and provide mechanism to handle all other tasks which need the CPU attention. Schematic