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

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

Implementors