pub fn take_cs<P>(slot: usize) -> Option<P>where P: OutputPin + Send + 'static, P::Error: Send + 'static,
Consume a chip-select output pin from the specified slot index.