Trait OperationMode

Source
pub trait OperationMode {
    type Movement: Movement;
}
Expand description

The mode of physical operation of a quadrature encoder.

Required Associated Types§

Source

type Movement: Movement

The mode’s type of movement.

Implementors§