void microdelay(int n)
void addclock0link(void(*clockf)(void))
Microdelay is similar, but busy waits for n microseconds.
For delays on the order of clock ticks, tsleep (see sleep(10.2)) provides a better alternative to the busy waiting of these routines.
Addclock0link adds clockf to a list of functions to be executed at each clock interrupt.
DELAY(10.2 ) | Rev: Tue Mar 31 02:42:39 GMT 2015 |