pub type Mock = Generic<Transaction>;Available on crate feature
eh1 only.Expand description
Mock Pin implementation
Aliased Type§
pub struct Mock { /* private fields */ }Trait Implementations§
Source§impl StatefulOutputPin for Mock
Single digital output pin that remembers its state and can be toggled between high and low states
impl StatefulOutputPin for Mock
Single digital output pin that remembers its state and can be toggled between high and low states
Source§impl Wait for Mock
Available on crate feature embedded-hal-async only.
impl Wait for Mock
Available on crate feature
embedded-hal-async only.