Delay Microseconds Function [SOLVED]

@jfox, you can use the wiring function delayMicroseconds() or for non-blocking code, you can use micros(). Take a look at this topic about 2/3 down for inspiration if you need you own custom function: