Struct trellis::devices::RaspberryPiBPlus [] [src]

pub struct RaspberryPiBPlus {
    // some fields omitted
}

A concrete device for using the Trellis with a Raspberry Pi 2 B+.

Methods

impl RaspberryPiBPlus
[src]

fn new() -> RaspberryPiBPlus

Trait Implementations

impl I2CMasterDevice for RaspberryPiBPlus
[src]

fn write_block(&mut self, register: u8, values: &[u8]) -> Result<()>

fn read_block(&mut self, register: u8, len: u8) -> Result<Vec<u8>>