Function stellaris_launchpad::delay [] [src]

pub fn delay(ms: u32)

Busy-waits for the given period.

Uses SysTick to wait the correct amount of time.

  • ms - The period to wait, in milliseconds