[][src]Trait rmicrobit::gpio::MicrobitGpioExt

pub trait MicrobitGpioExt {
    fn split_by_kind(self) -> PinsByKind;
}

Extension trait to split the GPIO peripheral into functional groups.

Required methods

fn split_by_kind(self) -> PinsByKind

Splits the GPIO peripheral into groups of pins.

Loading content...

Implementations on Foreign Types

impl MicrobitGpioExt for GPIO[src]

Loading content...

Implementors

Loading content...