If I wanted a super short and accurate delay I would probably activate a Timer and do a Capture Match sequence directly in the hardware.
However I used this delayMicroseconds() function because I have conditions which require long delays (as a generator starts) and eventually once the generator is up to speed the delays have to be within a 0.025 ms accuracy.
K7