SPC  Version 0.9.5
 All Files Functions Groups Pages
Timer0/1/2/3

The timers are count-down and halt at zero types.

They count down at the rate of 1000 counts per second, i.e., one count per millisecond.

Timer1 = 1000 ; //set timer1 to run for 1 second
while ( Timer1 != 0 ) ; /wait for timer1 to expire