pub fn register_cs<P>(slot: usize, pin: P) -> CuResult<()>where P: OutputPin + Send + 'static, P::Error: Send + 'static,
Register a chip-select output pin implementing embedded-hal 1.0 OutputPin.
OutputPin