Page 1 of 1

how to wait for X amount of seconds?

Posted: Thu Oct 17, 2002 10:21 pm
by gtsphere
is there a way to reach the clock ticks in C??

Re:how to wait for X amount of seconds?

Posted: Fri Oct 18, 2002 6:06 am
by Tim
Install a clock interrupt handler (IRQ 0) and increment a variable every time you get a clock interrupt.

Re:how to wait for X amount of seconds?

Posted: Fri Oct 18, 2002 6:58 am
by Pype.Clicker