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
pin: &'static mut Pin