[][src]Trait st7567::Pin

pub trait Pin {
    type Error;
    fn set_value(&mut self, pin_state: PinState) -> Result<(), Self::Error>;
}

A control pin, typically used to model DC & RST pin of the ST7567 display

Associated Types

type Error

Loading content...

Required methods

fn set_value(&mut self, pin_state: PinState) -> Result<(), Self::Error>

Loading content...

Implementors

Loading content...