[][src]Trait max7456::Bus

pub trait Bus<E> {
    fn write(&self, bytes: &[u8]) -> Result<(), E>;
fn write_read(&self, input: &[u8], output: &mut [u8]) -> Result<(), E>; }

Required methods

fn write(&self, bytes: &[u8]) -> Result<(), E>

fn write_read(&self, input: &[u8], output: &mut [u8]) -> Result<(), E>

Loading content...

Implementors

Loading content...