1#![no_std] 2 3pub mod sipo; 4pub mod error; 5 6pub use crate::sipo::{SipoShiftReg, SipoShiftRegPin}; 7pub use crate::error::ShiftRegError;