pub type StandardBurstDualWheel<T> = DualBitWheel<T, 2, 100, 8, 4, 5, 32, 8>;Expand description
Standard periodic + Burst oneshot. Periodic: 100ms res, ~7 min. Oneshot: 5ms res, ~23 hrs, 2x hotspot.
Aliased Typeยง
pub struct StandardBurstDualWheel<T> { /* private fields */ }