Trait embedded_hal::digital::ToggleableOutputPin
source · pub trait ToggleableOutputPin: ErrorType {
// Required method
fn toggle(&mut self) -> Result<(), Self::Error>;
}
Expand description
Output pin that can be toggled