Trait embedded_hal::digital::v1::toggleable::Default
source · pub trait Default: OutputPin + StatefulOutputPin { }
👎Deprecated since 0.2.2: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Expand description
Software-driven toggle()
implementation.
This trait is available if embedded-hal is built with the "unproven"
feature.