pub(crate) type LedHw = LedLow<'static, GPIOPin<'static>>;
pub(crate) struct LedHw { pub pin: &'static GPIOPin<'static>, }
pin: &'static GPIOPin<'static>