Trait Sda

Source
pub trait Sda:
    RtcPin
    + OutputPin
    + InputPin { }
Available on crate feature unstable only.
Expand description

Trait representing the RTC_I2C SDA pin.

Implementors§

Source§

impl Sda for GPIO1<'_>

Source§

impl Sda for GPIO3<'_>