FastPreciseDualWheel

Type Alias FastPreciseDualWheel 

Source
pub type FastPreciseDualWheel<T> = DualBitWheel<T, 2, 25, 8, 4, 1, 16, 8>;
Expand description

Fast periodic + Precise oneshot. Periodic: 25ms res, ~1.7 min. Oneshot: 1ms res, ~4.7 hrs.

Aliased Typeยง

pub struct FastPreciseDualWheel<T> { /* private fields */ }