Trait microbit::hal::prelude::toggleable::Default[]

pub trait Default: OutputPin + StatefulOutputPin { }
Expand description

Software-driven toggle() implementation.

This trait is available if embedded-hal is built with the "unproven" feature.

Implementors