Trait SCLPin

Source
pub trait SCLPin<I2C> {
    // Required methods
    fn setup(&self);
    fn release(self) -> Self;
}
Expand description

I2C SCL pin

Required Methods§

Source

fn setup(&self)

Source

fn release(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§