Skip to main content

register_cs

Function register_cs 

Source
pub fn register_cs<P>(slot: usize, pin: P) -> CuResult<()>
where P: OutputPin + Send + 'static, P::Error: Send + 'static,
Expand description

Register a chip-select output pin implementing embedded-hal 1.0 OutputPin.