Function rustduino::delay::delay[][src]

pub fn delay(count: u32)
Expand description

Internal function to implement a variable busy-wait loop.

Arguments

  • ‘count’ - an i32, the number of times to cycle the loop.