Struct kernel::hil::led::LedLow [] [src]

pub struct LedLow {
    pub pin: &'static mut Pin,
}

For LEDs in which on is when GPIO is low.

Fields

Methods

impl LedLow
[src]

[src]

Trait Implementations

impl Led for LedLow
[src]

[src]

[src]

[src]

[src]

[src]