pub trait SdaPin<I2C>: Sealed { }
Expand description

SDA pin. This trait is sealed and cannot be implemented.

Implementors