pub trait SpiAnyPins: Spi { }
Expand description

A marker interface implemented by all SPI peripherals except SPI1 which should use a fixed set of pins

Object Safety§

This trait is not object safe.

Implementors§