You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
delayMicroseconds() should not rely to getCurrentMicros()
and should only compute required ticks for the delay
requested.
This allow to use it even if interrupts are disabled.
Example for OneWire library.
Fixes#412
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments