Eagle timers Example
From Manuals
(Difference between revisions)
Support (Talk | contribs)
(Created page with '__TOC__ =Timer Interrupts (timers)= This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per secon…')
Newer edit →
(Created page with '__TOC__ =Timer Interrupts (timers)= This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per secon…')
Newer edit →
Revision as of 17:31, 17 June 2010
Contents |
Timer Interrupts (timers)
This example application demonstrates the use of the timers to generate periodic interrupts.
One timer is set up to interrupt once per second and the other to interrupt twice per second; each interrupt handler will toggle its own indicator on the display.

