Type Alias feather_m0::SpiPads

source ·
pub type SpiPads = Pads<SpiSercom, Miso, Mosi, Sclk>;
Expand description

SPI pads for the labelled SPI peripheral

You can use these pads with other, user-defined spi::Configurations.

Aliased Type§

struct SpiPads { /* private fields */ }