Function arduino_hal::delay_us
source · pub fn delay_us(us: u32)
Expand description
Delay execution for a number of microseconds.
Busy-loop for the given time. This function assumes the default clock speed defined by
arduino_hal::DefaultClock
.