pub fn delay_ns(ns: u32)Expand description
Delay execution for a number of nanoseconds.
Busy-loop for the given time. This function assumes the default clock speed defined by
arduino_hal::DefaultClock.
pub fn delay_ns(ns: u32)Delay execution for a number of nanoseconds.
Busy-loop for the given time. This function assumes the default clock speed defined by
arduino_hal::DefaultClock.