Struct kernel::hil::led::LedHigh   
                   
                       [−]
                   
               [src]
pub struct LedHigh {
    pub pin: &'static mut Pin,
}For LEDs in which on is when GPIO is high.
Fields
pin: &'static mut Pin