[−][src]Trait embedded_hal::digital::ToggleableOutputPin
Output pin that can be toggled
See toggleable to use a software implementation if both OutputPin and StatefulOutputPin are implemented. Otherwise, implement this using hardware mechanisms.
Associated Types
Required methods
fn try_toggle(&mut self) -> Result<(), Self::Error>
[−]
Toggle pin output.