mod thumbv6m; pub trait SendBits { fn send_bits(&self, value: u32); } pub use thumbv6m::Msb2LsbSender;