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

Eagle timers Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(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…')
Line 1: Line 1:
-
__TOC__
 
=Timer Interrupts (timers)=
=Timer Interrupts (timers)=
This example application demonstrates the use of the timers to generate periodic interrupts.
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.
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.
[[Image:Eagle_timer.gif|center|]]
[[Image:Eagle_timer.gif|center|]]

Revision as of 01:17, 20 June 2010

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.