pub trait Pins<SPI> {
    fn set_alt_mode(&mut self);
    fn restore_mode(&mut self);
}
Expand description

A set of pins configured for I2S communication: (WS, CK, MCLK, SD)

NoMasterClock can be used instead of the master clock pin.

Required Methods

Implementations on Foreign Types

Implementors