Type Alias LinearEncoder

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

Linear encoder.

Aliased Typeยง

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