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 */ }pub type ShiftRegister<Pin1, Pin2, Pin3> = ShiftRegister8<Pin1, Pin2, Pin3>;8 output serial-in parallel-out shift register
pub struct ShiftRegister<Pin1, Pin2, Pin3> { /* private fields */ }