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: Wed Feb 22 04:14:06 GMT 2023 |