pub type StandardPreciseDualWheel<T> = DualBitWheel<T, 2, 100, 8, 4, 1, 16, 8>;Expand description
Standard periodic + Precise oneshot. Periodic: 100ms res, ~7 min. Oneshot: 1ms res, ~4.7 hrs.
Aliased Typeยง
pub struct StandardPreciseDualWheel<T> { /* private fields */ }