Trait embedded_hal::digital::v2::toggleable::Default
source · pub trait Default: OutputPin + StatefulOutputPin { }
Expand description
Software-driven toggle()
implementation.
This trait is available if embedded-hal is built with the "unproven"
feature.