DelayMs

Type Alias DelayMs 

Source
pub type DelayMs<TIM> = Delay<TIM, 1_000>;
Expand description

Delay with precision of 1 ms (1 kHz sampling)

NOTE: don’t use this if your system frequency more than 65 MHz

Aliased Type§

pub struct DelayMs<TIM>(/* private fields */);