[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] understanding timers
From: |
Timothy Smith |
Subject: |
[avr-gcc-list] understanding timers |
Date: |
Mon, 06 Mar 2006 19:05:14 +1000 |
User-agent: |
Thunderbird 1.5 (X11/20060128) |
hello avr people i've been reading and working through various tutorials
on avr's, and i've managed to to program one and make led's on various
ports turn on and off, however i'm having a little trouble understanding
the timer functions.
http://www.nongnu.org/avr-libc/user-manual/group__demo__project.html
that example is fine, i understand what's happening ( i think ) but how
would i controll the speed of the led blinking? would i use a different
ISR, such a timer compare?