SEARCH
TOOLBOX
LANGUAGES
modified on 20 June 2010 at 01:18 ••• 14,078 views

Eagle timers Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
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 →

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.