[][src]Function avr_delay::delay

pub fn delay(count: u32)

This library is intended to provide a busy-wait delay similar to the one provided by the arduino c++ utilities If you need accurate time keeping you should consider a hardware timer. Internal function to implement a variable busy-wait loop.

Arguments

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