Struct microbit::gpio::DisplayPins[][src]

pub struct DisplayPins {
    pub col1: P0_28<Output<PushPull>>,
    pub col2: P0_11<Output<PushPull>>,
    pub col3: P0_31<Output<PushPull>>,
    pub col4: P1_05<Output<PushPull>>,
    pub col5: P0_30<Output<PushPull>>,
    pub row1: P0_21<Output<PushPull>>,
    pub row2: P0_22<Output<PushPull>>,
    pub row3: P0_15<Output<PushPull>>,
    pub row4: P0_24<Output<PushPull>>,
    pub row5: P0_19<Output<PushPull>>,
}
Expand description

GPIO pins connected to the LED matrix

Use the display_pins macro for easier construction.

Fields

col1: P0_28<Output<PushPull>>col2: P0_11<Output<PushPull>>col3: P0_31<Output<PushPull>>col4: P1_05<Output<PushPull>>col5: P0_30<Output<PushPull>>row1: P0_21<Output<PushPull>>row2: P0_22<Output<PushPull>>row3: P0_15<Output<PushPull>>row4: P0_24<Output<PushPull>>row5: P0_19<Output<PushPull>>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

Casts the value.