Skip to main content

Scl

Trait Scl 

Source
pub trait Scl:
    LpPin
    + OutputPin
    + InputPin { }
Expand description

Trait representing the LP_I2C SCL pin.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Scl for GPIO7<'_>

Available on crate feature unstable only.