Delay

Delay 1 cycle A nop instruction, allowing you to waste one cycle (62.5ns on a 16MHz Arduino) is created using this inline assembly: Or can be made into a define using this: Delay mS Value is unsigned long, so up to 4,294,967,295 (32-bit) Delay uS Value is unsigned int. Delay nS Supported by some boards

Read More