pub trait IsI2cPad: IsPad { }
Expand description

Type class for Pins which can be used as I2C pads

This trait serves as a type class for Pins configured as I2C pads.

Implementors§