IndexedRotaryEncoder

Type Alias IndexedRotaryEncoder 

Source
pub type IndexedRotaryEncoder<Clk, Dt, Steps = FullStep, T = i32, PM = Blocking> = IndexedIncrementalEncoder<Rotary, Clk, Dt, Steps, T, PM>;
Expand description

Rotary encoder.

Aliased Typeยง

pub struct IndexedRotaryEncoder<Clk, Dt, Steps = FullStep, T = i32, PM = Blocking> { /* private fields */ }