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