Interface IDelay
What paces a driver that has to wait between pin changes, such as a stepper between steps. SleepDelay really waits; DelayLog counts every wait and waits for none, for a program run with nothing plugged in.
public interface IDelay
Methods
DelayMicros(uint)
Waits, or counts the wait.
void DelayMicros(uint micros)
Parameters
microsuintHow long, in microseconds.