Type Alias RotaryEncoder

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

Rotary encoder.

Aliased Typeยง

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