Difference between revisions of "AVR External Interrupts"
Line 1: | Line 1: | ||
[[Category:AVR Tutorials]] | [[Category:AVR Tutorials]] | ||
− | We have | + | We have looked at the [[basics of AVR Interrupts]], now let us go ahead and use the External Interrupts feature on the AVR MCUs. We will connect two switches to the two interrupt pins and show the status on a LCD. The connections are shown in the image below. |
+ | =Hook Up= | ||
+ | =The Code= | ||
+ | =Downloads= |
Revision as of 14:41, 19 March 2016
We have looked at the basics of AVR Interrupts, now let us go ahead and use the External Interrupts feature on the AVR MCUs. We will connect two switches to the two interrupt pins and show the status on a LCD. The connections are shown in the image below.