pub fn single_led_maybe<const I: u8>(
led: Result<LED<I>, LedNotPresent>,
) -> impl Handler + Reporting
Expand description
Handler for a single LED, which is only shown if the LED is present.
See single_led()
for how it is accessed.
pub fn single_led_maybe<const I: u8>(
led: Result<LED<I>, LedNotPresent>,
) -> impl Handler + Reporting
Handler for a single LED, which is only shown if the LED is present.
See single_led()
for how it is accessed.