How can i generate a delay in C#?
Somebody can help me to find an instruction that generates a delay in time units of microseconds. That's some like:
delay_us(10); // and wait 10 microseconds for next instruction
I hope someone can help me.
Thanks in advance:
Fernando M.