👎Deprecated since 0.2.2: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Expand description
Single digital push-pull output pin
This version of the trait is now deprecated. Please use the new OutputPin
trait in
digital::v2::OutputPin
.
Required Methods
Implementors
impl<T, E> OutputPin for OldOutputPin<T>where
T: OutputPin<Error = E>,
E: Debug,
Implementation of v1::OutputPin
trait for fallible v2::OutputPin
output pins
where errors will panic.