[−][src]Trait bl602_hal::prelude::_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
type Error
Error type
Required methods
fn try_toggle(&mut self) -> Result<(), Self::Error>
Toggle pin output.
Implementors
impl<P> ToggleableOutputPin for P where
P: Default,
[src]
P: Default,
type Error = <P as OutputPin>::Error
fn try_toggle(&mut self) -> Result<(), <P as ToggleableOutputPin>::Error>
[src]
Toggle pin output