Page 1 of 1

How to use timers

Posted: Sat Sep 27, 2008 10:11 am
by khaled yasin
how to use a timer to count for a period of time for transmit receive signal ??????

Re: How to use timers

Posted: Tue Sep 30, 2008 10:44 am
by Benj
Hello

Simply start a timer running at a particular frequency and clear your count variable, in the timer macro increment your variable, When you are ready stop the timer running, the time is then equal to the variable count value multiplied by the timer timeout period.

Re: How to use timers

Posted: Wed Oct 01, 2008 12:57 am
by khaled yasin
thank you