Function lm4f120::delay[][src]

pub fn delay(ms: i32)

Busy-waits for the given period.

Currently this function spins with a empirical number of NOPS per millisecond. It should really use a timer.

  • ms - The period to wait, in milliseconds