ShiftRegister

Type Alias ShiftRegister 

Source
pub type ShiftRegister<Pin1, Pin2, Pin3> = ShiftRegister8<Pin1, Pin2, Pin3>;
Expand description

8 output serial-in parallel-out shift register

Aliased Typeยง

pub struct ShiftRegister<Pin1, Pin2, Pin3> { /* private fields */ }