LilkaSpiBus

Type Alias LilkaSpiBus 

Source
pub type LilkaSpiBus = Spi<'static, Blocking>;
Expand description

The raw SPI2 master bus type. Lifetime is 'static because it lives in a [StaticCell] after init_bus is called.

Aliased Typeยง

pub struct LilkaSpiBus { /* private fields */ }