[][src]Function avr_delay::delay

pub fn delay(count: u32)

Internal function to implement a variable busy-wait loop.

Arguments

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