Struct firmata::Pin [] [src]

pub struct Pin {
    pub modes: Vec<Mode>,
    pub analog: bool,
    pub value: i32,
    pub mode: u8,
}

Fields

Trait Implementations

impl Debug for Pin
[src]

Formats the value using the given formatter.